#723223

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

Shades of Pueblo #723223

Tints of Pueblo #723223

Color information

#723223 (or 0x723223) is unknown color: approx Pueblo. HEX triplet: 72, 32 and 23. RGB value is (114,50,35). Sum of RGB (Red+Green+Blue) = 114+50+35=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #723223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723223 is #8DCDDC. Grayscale: #434343. Windows color (decimal): -9293277 or 2306674. OLE color: 2306674.

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

Color convert

RGB1145035-
CMYK00.560.690.55
HSL11.39º53.02%29.22%-
HSV(B)11.39º69.3%44.71%-
XYZ8.385.982.3-
YUV67.43109.7161.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=57.29%
G=25.13%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114503500.560.690.5511.3953.0229.22
Hex7232230384537b351d
Octal162624307010567136535
Binary111001011001010001101110001000101110111101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723223; }

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

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

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

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

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

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

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

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