#723229

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

Shades of Pueblo #723229

Tints of Pueblo #723229

Color information

#723229 (or 0x723229) is unknown color: approx Pueblo. HEX triplet: 72, 32 and 29. RGB value is (114,50,41). Sum of RGB (Red+Green+Blue) = 114+50+41=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723229 is #8DCDD6. Grayscale: #444444. Windows color (decimal): -9293271 or 2699890. OLE color: 2699890.

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

Color convert

RGB1145041-
CMYK00.560.640.55
HSL7.4º47.1%30.39%-
HSV(B)7.4º64.04%44.71%-
XYZ8.486.022.81-
YUV68.11112.7160.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 41 (16.41% from 255) = 20%
R=55.61%
G=24.39%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114504100.560.640.557.447.130.39
Hex723229038403772f1e
Octal16262510701006775736
Binary11100101100101010010111000100000011011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723229; }

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

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

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

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

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

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

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

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