#722B1A

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

Shades of Pueblo #722B1A

Tints of Pueblo #722B1A

Color information

#722B1A (or 0x722B1A) is unknown color: approx Pueblo. HEX triplet: 72, 2B and 1A. RGB value is (114,43,26). Sum of RGB (Red+Green+Blue) = 114+43+26=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #722B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B1A is #8DD4E5. Grayscale: #3E3E3E. Windows color (decimal): -9295078 or 1715058. OLE color: 1715058.

HSL color Cylindrical-coordinate representation of color #722B1A: hue angle of 11.59º 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 #722B1A is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1144326-
CMYK00.620.770.55
HSL11.59º62.86%27.45%-
HSV(B)11.59º77.19%44.71%-
XYZ7.995.381.59-
YUV62.29107.52164.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=62.30%
G=23.50%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114432600.620.770.5511.5962.8627.45
Hex722B1A03E4D37c3f1b
Octal162533207611567147733
Binary11100101010111101001111101001101110111110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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