#762B12

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

Shades of Pueblo #762B12

Tints of Pueblo #762B12

Color information

#762B12 (or 0x762B12) is unknown color: approx Pueblo. HEX triplet: 76, 2B and 12. RGB value is (118,43,18). Sum of RGB (Red+Green+Blue) = 118+43+18=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #762B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B12 is #89D4ED. Grayscale: #3E3E3E. Windows color (decimal): -9032942 or 1190774. OLE color: 1190774.

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

Color convert

RGB1184318-
CMYK00.640.850.54
HSL15º73.53%26.67%-
HSV(B)15º84.75%46.27%-
XYZ8.445.621.21-
YUV62.58102.85167.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 43 (17.19% from 255) = 24.02%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=65.92%
G=24.02%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118431800.640.850.541573.5326.67
Hex762B120405536f4a1b
Octal16653220100125661711233
Binary1110110101011100100100000010101011101101111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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