#733220

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

Shades of Pueblo #733220

Tints of Pueblo #733220

Color information

#733220 (or 0x733220) is unknown color: approx Pueblo. HEX triplet: 73, 32 and 20. RGB value is (115,50,32). Sum of RGB (Red+Green+Blue) = 115+50+32=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #733220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733220 is #8CCDDF. Grayscale: #434343. Windows color (decimal): -9227744 or 2110067. OLE color: 2110067.

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

Color convert

RGB1155032-
CMYK00.570.720.55
HSL13.01º56.46%28.82%-
HSV(B)13.01º72.17%45.1%-
XYZ8.476.032.08-
YUV67.38108.03161.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=58.38%
G=25.38%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115503200.570.720.5513.0156.4628.82
Hex7332200394837d381d
Octal163624007111067157035
Binary111001111001010000001110011001000110111110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733220; }

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

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

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

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

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

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

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

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