#733229

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

Shades of Pueblo #733229

Tints of Pueblo #733229

Color information

#733229 (or 0x733229) is unknown color: approx Pueblo. HEX triplet: 73, 32 and 29. RGB value is (115,50,41). Sum of RGB (Red+Green+Blue) = 115+50+41=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733229 is #8CCDD6. Grayscale: #444444. Windows color (decimal): -9227735 or 2699891. OLE color: 2699891.

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

Color convert

RGB1155041-
CMYK00.570.640.55
HSL7.3º47.44%30.59%-
HSV(B)7.3º64.35%45.1%-
XYZ8.616.092.82-
YUV68.41112.53161.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=55.83%
G=24.27%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115504100.570.640.557.347.4430.59
Hex733229039403772f1f
Octal16362510711006775737
Binary11100111100101010010111001100000011011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733229; }

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

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

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

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

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

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

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

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