#712618

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

Shades of Pueblo #712618

Tints of Pueblo #712618

Color information

#712618 (or 0x712618) is unknown color: approx Pueblo. HEX triplet: 71, 26 and 18. RGB value is (113,38,24). Sum of RGB (Red+Green+Blue) = 113+38+24=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712618 is #8ED9E7. Grayscale: #3A3A3A. Windows color (decimal): -9361896 or 1582705. OLE color: 1582705.

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

Color convert

RGB1133824-
CMYK00.660.790.56
HSL9.44º64.96%26.86%-
HSV(B)9.44º78.76%44.31%-
XYZ7.674.961.42-
YUV58.83108.35166.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=64.57%
G=21.71%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113382400.660.790.569.4464.9626.86
Hex7126180424F389411b
Octal16146300102117701110133
Binary1110001100110110000100001010011111110001001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712618; }

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

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

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

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

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

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

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

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