#722D1A

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

Shades of Pueblo #722D1A

Tints of Pueblo #722D1A

Color information

#722D1A (or 0x722D1A) is unknown color: approx Pueblo. HEX triplet: 72, 2D and 1A. RGB value is (114,45,26). Sum of RGB (Red+Green+Blue) = 114+45+26=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #722D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D1A is #8DD2E5. Grayscale: #3F3F3F. Windows color (decimal): -9294566 or 1715570. OLE color: 1715570.

HSL color Cylindrical-coordinate representation of color #722D1A: hue angle of 12.95º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #722D1A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1144526-
CMYK00.610.770.55
HSL12.95º62.86%27.45%-
HSV(B)12.95º77.19%44.71%-
XYZ8.065.531.62-
YUV63.46106.86164.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=61.62%
G=24.32%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114452600.610.770.5512.9562.8627.45
Hex722D1A03D4D37d3f1b
Octal162553207511567157733
Binary11100101011011101001111011001101110111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722D1A; }

 p { color: rgb(114,45,26); }

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

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

 a { background-color: rgb(114,45,26); }

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

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

 span { border-color: rgb(114,45,26); }

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