#723222

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

Shades of Pueblo #723222

Tints of Pueblo #723222

Color information

#723222 (or 0x723222) is unknown color: approx Pueblo. HEX triplet: 72, 32 and 22. RGB value is (114,50,34). Sum of RGB (Red+Green+Blue) = 114+50+34=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #723222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723222 is #8DCDDD. Grayscale: #434343. Windows color (decimal): -9293278 or 2241138. OLE color: 2241138.

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

Color convert

RGB1145034-
CMYK00.560.700.55
HSL12º54.05%29.02%-
HSV(B)12º70.18%44.71%-
XYZ8.375.972.23-
YUV67.31109.2161.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=57.58%
G=25.25%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114503400.560.700.551254.0529.02
Hex7232220384637c361d
Octal162624207010667146635
Binary111001011001010001001110001000110110111110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723222; }

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

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

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

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

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

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

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

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