#712810

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

Shades of Pueblo #712810

Tints of Pueblo #712810

Color information

#712810 (or 0x712810) is unknown color: approx Pueblo. HEX triplet: 71, 28 and 10. RGB value is (113,40,16). Sum of RGB (Red+Green+Blue) = 113+40+16=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #712810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712810 is #8ED7EF. Grayscale: #3B3B3B. Windows color (decimal): -9361392 or 1058929. OLE color: 1058929.

HSL color Cylindrical-coordinate representation of color #712810: hue angle of 14.85º 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 #712810 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1134016-
CMYK00.650.860.56
HSL14.85º75.19%25.29%-
HSV(B)14.85º85.84%44.31%-
XYZ7.665.071.06-
YUV59.09103.68166.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.86%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=66.86%
G=23.67%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113401600.650.860.5614.8575.1925.29
Hex7128100415638f4b19
Octal16150200101126701711331
Binary1110001101000100000100000110101101110001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712810; }

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

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

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

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

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

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

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

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