#76380B

Color #76380B Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #76380B

Tints of Peru Tan #76380B

Color information

#76380B (or 0x76380B) is unknown color: approx Peru Tan. HEX triplet: 76, 38 and 0B. RGB value is (118,56,11). Sum of RGB (Red+Green+Blue) = 118+56+11=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76380B is #89C7F4. Grayscale: #454545. Windows color (decimal): -9029621 or 735350. OLE color: 735350.

HSL color Cylindrical-coordinate representation of color #76380B: hue angle of 25.23º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76380B is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1185611-
CMYK00.530.910.54
HSL25.23º82.95%25.29%-
HSV(B)25.23º90.68%46.27%-
XYZ8.956.71.14-
YUV69.4195.04162.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=63.78%
G=30.27%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118561100.530.910.5425.2382.9525.29
Hex7638B0355B36195319
Octal1667013065133663112331
Binary111011011100010110110101101101111011011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76380B; }

 p { color: rgb(118,56,11); }

 H1.HeaderClassName
 {
   color: #76380B;
 }
 .AnyTagClassName
 {
   color: #76380B;
 }
</style>
background-color css

<style>
 a { background-color: #76380B; }

 a { background-color: rgb(118,56,11); }

 div.DivClassName
 {
   background-color: #76380B;
 }
 .BgClassName
 {
   background-color: #76380B;
 }
</style>
border-color css

<style>
 span { border-color: #76380B; }

 span { border-color: rgb(118,56,11); }

 td.TdClassName
 {
   border-color: #76380B;
 }
 .TagClassName
 {
   border-color: #76380B;
 }
</style>