#712F19

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

Shades of Pueblo #712F19

Tints of Pueblo #712F19

Color information

#712F19 (or 0x712F19) is unknown color: approx Pueblo. HEX triplet: 71, 2F and 19. RGB value is (113,47,25). Sum of RGB (Red+Green+Blue) = 113+47+25=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #712F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F19 is #8ED0E6. Grayscale: #404040. Windows color (decimal): -9359591 or 1650545. OLE color: 1650545.

HSL color Cylindrical-coordinate representation of color #712F19: hue angle of 15º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712F19 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1134725-
CMYK00.580.780.56
HSL15º63.77%27.06%-
HSV(B)15º77.88%44.31%-
XYZ85.611.58-
YUV64.23105.87162.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.08%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=61.08%
G=25.41%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113472500.580.780.561563.7727.06
Hex712F1903A4E38f401b
Octal1615731072116701710033
Binary111000110111111001011101010011101110001111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712F19; }

 p { color: rgb(113,47,25); }

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

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

 a { background-color: rgb(113,47,25); }

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

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

 span { border-color: rgb(113,47,25); }

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