#723121

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

Shades of Pueblo #723121

Tints of Pueblo #723121

Color information

#723121 (or 0x723121) is unknown color: approx Pueblo. HEX triplet: 72, 31 and 21. RGB value is (114,49,33). Sum of RGB (Red+Green+Blue) = 114+49+33=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #723121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723121 is #8DCEDE. Grayscale: #424242. Windows color (decimal): -9293535 or 2175346. OLE color: 2175346.

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

Color convert

RGB1144933-
CMYK00.570.710.55
HSL11.85º55.1%28.82%-
HSV(B)11.85º71.05%44.71%-
XYZ8.315.882.14-
YUV66.61109.03161.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=58.16%
G=25%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114493300.570.710.5511.8555.128.82
Hex7231210394737c371d
Octal162614107110767146735
Binary111001011000110000101110011000111110111110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723121; }

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

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

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

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

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

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

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

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