#712411

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

Shades of Pueblo #712411

Tints of Pueblo #712411

Color information

#712411 (or 0x712411) is unknown color: approx Pueblo. HEX triplet: 71, 24 and 11. RGB value is (113,36,17). Sum of RGB (Red+Green+Blue) = 113+36+17=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #712411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712411 is #8EDBEE. Grayscale: #393939. Windows color (decimal): -9362415 or 1123441. OLE color: 1123441.

HSL color Cylindrical-coordinate representation of color #712411: hue angle of 11.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #712411 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1133617-
CMYK00.680.850.56
HSL11.88º73.85%25.49%-
HSV(B)11.88º84.96%44.31%-
XYZ7.544.811.06-
YUV56.86105.51168.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=68.07%
G=21.69%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113361700.680.850.5611.8873.8525.49
Hex7124110445538c4a19
Octal16144210104125701411231
Binary1110001100100100010100010010101011110001100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712411; }

 p { color: rgb(113,36,17); }

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

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

 a { background-color: rgb(113,36,17); }

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

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

 span { border-color: rgb(113,36,17); }

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