#733228

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

Shades of Pueblo #733228

Tints of Pueblo #733228

Color information

#733228 (or 0x733228) is unknown color: approx Pueblo. HEX triplet: 73, 32 and 28. RGB value is (115,50,40). Sum of RGB (Red+Green+Blue) = 115+50+40=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #733228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733228 is #8CCDD7. Grayscale: #444444. Windows color (decimal): -9227736 or 2634355. OLE color: 2634355.

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

Color convert

RGB1155040-
CMYK00.570.650.55
HSL48.39%30.39%-
HSV(B)65.22%45.1%-
XYZ8.596.082.73-
YUV68.3112.03161.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=56.10%
G=24.39%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115504000.570.650.55848.3930.39
Hex73322803941378301e
Octal163625007110167106036
Binary111001111001010100001110011000001110111100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733228; }

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

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

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

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

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

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

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

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