#722914

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

Shades of Pueblo #722914

Tints of Pueblo #722914

Color information

#722914 (or 0x722914) is unknown color: approx Pueblo. HEX triplet: 72, 29 and 14. RGB value is (114,41,20). Sum of RGB (Red+Green+Blue) = 114+41+20=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #722914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722914 is #8DD6EB. Grayscale: #3C3C3C. Windows color (decimal): -9295596 or 1321330. OLE color: 1321330.

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

Color convert

RGB1144120-
CMYK00.640.820.55
HSL13.4º70.15%26.27%-
HSV(B)13.4º82.46%44.71%-
XYZ7.865.211.25-
YUV60.43105.18166.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=65.14%
G=23.43%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114412000.640.820.5513.470.1526.27
Hex7229140405237d461a
Octal16251240100122671510632
Binary1110010101001101000100000010100101101111101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722914; }

 p { color: rgb(114,41,20); }

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

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

 a { background-color: rgb(114,41,20); }

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

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

 span { border-color: rgb(114,41,20); }

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