#712611

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

Shades of Pueblo #712611

Tints of Pueblo #712611

Color information

#712611 (or 0x712611) is unknown color: approx Pueblo. HEX triplet: 71, 26 and 11. RGB value is (113,38,17). Sum of RGB (Red+Green+Blue) = 113+38+17=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #712611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712611 is #8ED9EE. Grayscale: #3A3A3A. Windows color (decimal): -9361903 or 1123953. OLE color: 1123953.

HSL color Cylindrical-coordinate representation of color #712611: hue angle of 13.13º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #712611 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1133817-
CMYK00.660.850.56
HSL13.13º73.85%25.49%-
HSV(B)13.13º84.96%44.31%-
XYZ7.64.941.08-
YUV58.03104.85167.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=67.26%
G=22.62%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113381700.660.850.5613.1373.8525.49
Hex7126110425538d4a19
Octal16146210102125701511231
Binary1110001100110100010100001010101011110001101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712611; }

 p { color: rgb(113,38,17); }

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

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

 a { background-color: rgb(113,38,17); }

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

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

 span { border-color: rgb(113,38,17); }

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