#712717

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

Shades of Pueblo #712717

Tints of Pueblo #712717

Color information

#712717 (or 0x712717) is unknown color: approx Pueblo. HEX triplet: 71, 27 and 17. RGB value is (113,39,23). Sum of RGB (Red+Green+Blue) = 113+39+23=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712717 is #8ED8E8. Grayscale: #3B3B3B. Windows color (decimal): -9361641 or 1517425. OLE color: 1517425.

HSL color Cylindrical-coordinate representation of color #712717: hue angle of 10.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712717 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1133923-
CMYK00.650.800.56
HSL10.67º66.18%26.67%-
HSV(B)10.67º79.65%44.31%-
XYZ7.695.021.37-
YUV59.3107.52166.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=64.57%
G=22.29%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113392300.650.800.5610.6766.1826.67
Hex7127170415038b421b
Octal16147270101120701310233
Binary1110001100111101110100000110100001110001011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712717; }

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

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

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

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

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

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

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

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