#712714

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

Shades of Pueblo #712714

Tints of Pueblo #712714

Color information

#712714 (or 0x712714) is unknown color: approx Pueblo. HEX triplet: 71, 27 and 14. RGB value is (113,39,20). Sum of RGB (Red+Green+Blue) = 113+39+20=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712714 is #8ED8EB. Grayscale: #3B3B3B. Windows color (decimal): -9361644 or 1320817. OLE color: 1320817.

HSL color Cylindrical-coordinate representation of color #712714: hue angle of 12.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712714 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1133920-
CMYK00.650.820.56
HSL12.26º69.92%26.08%-
HSV(B)12.26º82.3%44.31%-
XYZ7.665.011.23-
YUV58.96106.02166.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=65.70%
G=22.67%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113392000.650.820.5612.2669.9226.08
Hex7127140415238c461a
Octal16147240101122701410632
Binary1110001100111101000100000110100101110001100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712714; }

 p { color: rgb(113,39,20); }

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

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

 a { background-color: rgb(113,39,20); }

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

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

 span { border-color: rgb(113,39,20); }

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