#723122

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

Shades of Pueblo #723122

Tints of Pueblo #723122

Color information

#723122 (or 0x723122) is unknown color: approx Pueblo. HEX triplet: 72, 31 and 22. RGB value is (114,49,34). Sum of RGB (Red+Green+Blue) = 114+49+34=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #723122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723122 is #8DCEDD. Grayscale: #424242. Windows color (decimal): -9293534 or 2240882. OLE color: 2240882.

HSL color Cylindrical-coordinate representation of color #723122: hue angle of 11.25º 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 #723122 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1144934-
CMYK00.570.700.55
HSL11.25º54.05%29.02%-
HSV(B)11.25º70.18%44.71%-
XYZ8.335.892.21-
YUV66.72109.53161.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=57.87%
G=24.87%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114493400.570.700.5511.2554.0529.02
Hex7231220394637b361d
Octal162614207110667136635
Binary111001011000110001001110011000110110111101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723122; }

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

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

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

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

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

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

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

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