#76311C

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

Shades of Pueblo #76311C

Tints of Pueblo #76311C

Color information

#76311C (or 0x76311C) is unknown color: approx Pueblo. HEX triplet: 76, 31 and 1C. RGB value is (118,49,28). Sum of RGB (Red+Green+Blue) = 118+49+28=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76311C is #89CEE3. Grayscale: #434343. Windows color (decimal): -9031396 or 1847670. OLE color: 1847670.

HSL color Cylindrical-coordinate representation of color #76311C: hue angle of 14º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76311C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1184928-
CMYK00.580.760.54
HSL14º61.64%28.63%-
HSV(B)14º76.27%46.27%-
XYZ8.786.131.82-
YUV67.24105.86164.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 28 (11.33% from 255) = 14.36%
R=60.51%
G=25.13%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118492800.580.760.541461.6428.63
Hex76311C03A4C36e3e1d
Octal166613407211466167635
Binary11101101100011110001110101001100110110111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76311C; }

 p { color: rgb(118,49,28); }

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

<style>
 a { background-color: #76311C; }

 a { background-color: rgb(118,49,28); }

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

<style>
 span { border-color: #76311C; }

 span { border-color: rgb(118,49,28); }

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