#76321C

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

Shades of Pueblo #76321C

Tints of Pueblo #76321C

Color information

#76321C (or 0x76321C) is unknown color: approx Pueblo. HEX triplet: 76, 32 and 1C. RGB value is (118,50,28). Sum of RGB (Red+Green+Blue) = 118+50+28=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76321C is #89CDE3. Grayscale: #434343. Windows color (decimal): -9031140 or 1847926. OLE color: 1847926.

HSL color Cylindrical-coordinate representation of color #76321C: hue angle of 14.67º 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 #76321C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1185028-
CMYK00.580.760.54
HSL14.67º61.64%28.63%-
HSV(B)14.67º76.27%46.27%-
XYZ8.826.221.83-
YUV67.82105.53163.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=60.20%
G=25.51%
B=14.29%

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
Decimal118502800.580.760.5414.6761.6428.63
Hex76321C03A4C36f3e1d
Octal166623407211466177635
Binary11101101100101110001110101001100110110111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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