#76321F

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

Shades of Pueblo #76321F

Tints of Pueblo #76321F

Color information

#76321F (or 0x76321F) is unknown color: approx Pueblo. HEX triplet: 76, 32 and 1F. RGB value is (118,50,31). Sum of RGB (Red+Green+Blue) = 118+50+31=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76321F is #89CDE0. Grayscale: #444444. Windows color (decimal): -9031137 or 2044534. OLE color: 2044534.

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

Color convert

RGB1185031-
CMYK00.580.740.54
HSL13.1º58.39%29.22%-
HSV(B)13.1º73.73%46.27%-
XYZ8.866.232.03-
YUV68.17107.03163.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=59.30%
G=25.13%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118503100.580.740.5413.158.3929.22
Hex76321F03A4A36d3a1d
Octal166623707211266157235
Binary11101101100101111101110101001010110110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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