#723224

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

Shades of Pueblo #723224

Tints of Pueblo #723224

Color information

#723224 (or 0x723224) is unknown color: approx Pueblo. HEX triplet: 72, 32 and 24. RGB value is (114,50,36). Sum of RGB (Red+Green+Blue) = 114+50+36=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #723224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723224 is #8DCDDB. Grayscale: #434343. Windows color (decimal): -9293276 or 2372210. OLE color: 2372210.

HSL color Cylindrical-coordinate representation of color #723224: hue angle of 10.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #723224 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1145036-
CMYK00.560.680.55
HSL10.77º52%29.41%-
HSV(B)10.77º68.42%44.71%-
XYZ8.45.992.38-
YUV67.54110.2161.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 36 (14.45% from 255) = 18%
R=57%
G=25%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114503600.560.680.5510.775229.41
Hex7232240384437b341d
Octal162624407010467136435
Binary111001011001010010001110001000100110111101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723224; }

 p { color: rgb(114,50,36); }

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

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

 a { background-color: rgb(114,50,36); }

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

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

 span { border-color: rgb(114,50,36); }

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