#712B1A

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

Shades of Pueblo #712B1A

Tints of Pueblo #712B1A

Color information

#712B1A (or 0x712B1A) is unknown color: approx Pueblo. HEX triplet: 71, 2B and 1A. RGB value is (113,43,26). Sum of RGB (Red+Green+Blue) = 113+43+26=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #712B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B1A is #8ED4E5. Grayscale: #3E3E3E. Windows color (decimal): -9360614 or 1715057. OLE color: 1715057.

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

Color convert

RGB1134326-
CMYK00.620.770.56
HSL11.72º62.59%27.25%-
HSV(B)11.72º76.99%44.31%-
XYZ7.865.311.59-
YUV61.99107.69164.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.09%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=62.09%
G=23.63%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113432600.620.770.5611.7262.5927.25
Hex712B1A03E4D38c3f1b
Octal161533207611570147733
Binary11100011010111101001111101001101111000110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,43,26); }

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

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

 a { background-color: rgb(113,43,26); }

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

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

 span { border-color: rgb(113,43,26); }

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