#712C1A

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

Shades of Pueblo #712C1A

Tints of Pueblo #712C1A

Color information

#712C1A (or 0x712C1A) is unknown color: approx Pueblo. HEX triplet: 71, 2C and 1A. RGB value is (113,44,26). Sum of RGB (Red+Green+Blue) = 113+44+26=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C1A is #8ED3E5. Grayscale: #3E3E3E. Windows color (decimal): -9360358 or 1715313. OLE color: 1715313.

HSL color Cylindrical-coordinate representation of color #712C1A: hue angle of 12.41º 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 #712C1A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1134426-
CMYK00.610.770.56
HSL12.41º62.59%27.25%-
HSV(B)12.41º76.99%44.31%-
XYZ7.95.391.6-
YUV62.58107.36163.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.75%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=61.75%
G=24.04%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113442600.610.770.5612.4162.5927.25
Hex712C1A03D4D38c3f1b
Octal161543207511570147733
Binary11100011011001101001111011001101111000110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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