#722B18

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

Shades of Pueblo #722B18

Tints of Pueblo #722B18

Color information

#722B18 (or 0x722B18) is unknown color: approx Pueblo. HEX triplet: 72, 2B and 18. RGB value is (114,43,24). Sum of RGB (Red+Green+Blue) = 114+43+24=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #722B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722B18 is #8DD4E7. Grayscale: #3E3E3E. Windows color (decimal): -9295080 or 1583986. OLE color: 1583986.

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

Color convert

RGB1144324-
CMYK00.620.790.55
HSL12.67º65.22%27.06%-
HSV(B)12.67º78.95%44.71%-
XYZ7.975.371.48-
YUV62.06106.52165.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=62.98%
G=23.76%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114432400.620.790.5512.6765.2227.06
Hex722B1803E4F37d411b
Octal1625330076117671510133
Binary111001010101111000011111010011111101111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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