#712410

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

Shades of Pueblo #712410

Tints of Pueblo #712410

Color information

#712410 (or 0x712410) is unknown color: approx Pueblo. HEX triplet: 71, 24 and 10. RGB value is (113,36,16). Sum of RGB (Red+Green+Blue) = 113+36+16=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #712410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712410 is #8EDBEF. Grayscale: #383838. Windows color (decimal): -9362416 or 1057905. OLE color: 1057905.

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

Color convert

RGB1133616-
CMYK00.680.860.56
HSL12.37º75.19%25.29%-
HSV(B)12.37º85.84%44.31%-
XYZ7.534.811.02-
YUV56.74105.01168.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.48%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=68.48%
G=21.82%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113361600.680.860.5612.3775.1925.29
Hex7124100445638c4b19
Octal16144200104126701411331
Binary1110001100100100000100010010101101110001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712410; }

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

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

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

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

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

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

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

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