#762B11

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

Shades of Peru Tan #762B11

Tints of Peru Tan #762B11

Color information

#762B11 (or 0x762B11) is unknown color: approx Peru Tan. HEX triplet: 76, 2B and 11. RGB value is (118,43,17). Sum of RGB (Red+Green+Blue) = 118+43+17=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B11 is #89D4EE. Grayscale: #3E3E3E. Windows color (decimal): -9032943 or 1125238. OLE color: 1125238.

HSL color Cylindrical-coordinate representation of color #762B11: hue angle of 15.45º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762B11 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1184317-
CMYK00.640.860.54
HSL15.45º74.81%26.47%-
HSV(B)15.45º85.59%46.27%-
XYZ8.445.621.17-
YUV62.46102.35167.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 17 (7.03% from 255) = 9.55%
R=66.29%
G=24.16%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118431700.640.860.5415.4574.8126.47
Hex762B110405636f4b1a
Octal16653210100126661711332
Binary1110110101011100010100000010101101101101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762B11; }

 p { color: rgb(118,43,17); }

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

<style>
 a { background-color: #762B11; }

 a { background-color: rgb(118,43,17); }

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

<style>
 span { border-color: #762B11; }

 span { border-color: rgb(118,43,17); }

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