#76301F

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

Shades of Pueblo #76301F

Tints of Pueblo #76301F

Color information

#76301F (or 0x76301F) is unknown color: approx Pueblo. HEX triplet: 76, 30 and 1F. RGB value is (118,48,31). Sum of RGB (Red+Green+Blue) = 118+48+31=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76301F is #89CFE0. Grayscale: #434343. Windows color (decimal): -9031649 or 2044022. OLE color: 2044022.

HSL color Cylindrical-coordinate representation of color #76301F: hue angle of 11.72º 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 #76301F is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1184831-
CMYK00.590.740.54
HSL11.72º58.39%29.22%-
HSV(B)11.72º73.73%46.27%-
XYZ8.786.062-
YUV66.99107.69164.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.90%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=59.90%
G=24.37%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118483100.590.740.5411.7258.3929.22
Hex76301F03B4A36c3a1d
Octal166603707311266147235
Binary11101101100001111101110111001010110110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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