#723120

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

Shades of Pueblo #723120

Tints of Pueblo #723120

Color information

#723120 (or 0x723120) is unknown color: approx Pueblo. HEX triplet: 72, 31 and 20. RGB value is (114,49,32). Sum of RGB (Red+Green+Blue) = 114+49+32=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #723120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723120 is #8DCEDF. Grayscale: #424242. Windows color (decimal): -9293536 or 2109810. OLE color: 2109810.

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

Color convert

RGB1144932-
CMYK00.570.720.55
HSL12.44º56.16%28.63%-
HSV(B)12.44º71.93%44.71%-
XYZ8.35.882.06-
YUV66.5108.53161.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=58.46%
G=25.13%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114493200.570.720.5512.4456.1628.63
Hex7231200394837c381d
Octal162614007111067147035
Binary111001011000110000001110011001000110111110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723120; }

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

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

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

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

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

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

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

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