#723220

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

Shades of Pueblo #723220

Tints of Pueblo #723220

Color information

#723220 (or 0x723220) is unknown color: approx Pueblo. HEX triplet: 72, 32 and 20. RGB value is (114,50,32). Sum of RGB (Red+Green+Blue) = 114+50+32=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #723220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723220 is #8DCDDF. Grayscale: #434343. Windows color (decimal): -9293280 or 2110066. OLE color: 2110066.

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

Color convert

RGB1145032-
CMYK00.560.720.55
HSL13.17º56.16%28.63%-
HSV(B)13.17º71.93%44.71%-
XYZ8.345.962.08-
YUV67.08108.2161.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=58.16%
G=25.51%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114503200.560.720.5513.1756.1628.63
Hex7232200384837d381d
Octal162624007011067157035
Binary111001011001010000001110001001000110111110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723220; }

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

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

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

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

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

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

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

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