#722611

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

Shades of Pueblo #722611

Tints of Pueblo #722611

Color information

#722611 (or 0x722611) is unknown color: approx Pueblo. HEX triplet: 72, 26 and 11. RGB value is (114,38,17). Sum of RGB (Red+Green+Blue) = 114+38+17=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722611 is #8DD9EE. Grayscale: #3A3A3A. Windows color (decimal): -9296367 or 1123954. OLE color: 1123954.

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

Color convert

RGB1143817-
CMYK00.670.850.55
HSL12.99º74.05%25.69%-
HSV(B)12.99º85.09%44.71%-
XYZ7.7351.09-
YUV58.33104.68167.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=67.46%
G=22.49%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114381700.670.850.5512.9974.0525.69
Hex7226110435537d4a1a
Octal16246210103125671511232
Binary1110010100110100010100001110101011101111101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722611; }

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

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

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

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

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

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

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

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