#884032

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

Shades of Prairie Sand #884032

Tints of Prairie Sand #884032

Color information

#884032 (or 0x884032) is unknown color: approx Prairie Sand. HEX triplet: 88, 40 and 32. RGB value is (136,64,50). Sum of RGB (Red+Green+Blue) = 136+64+50=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #884032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884032 is #77BFCD. Grayscale: #545454. Windows color (decimal): -7847886 or 3293320. OLE color: 3293320.

HSL color Cylindrical-coordinate representation of color #884032: hue angle of 9.77º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884032 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1366450-
CMYK00.530.630.47
HSL9.77º46.24%36.47%-
HSV(B)9.77º63.24%53.33%-
XYZ12.569.134.12-
YUV83.93108.85165.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 50 (19.92% from 255) = 20%
R=54.4%
G=25.6%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136645000.530.630.479.7746.2436.47
Hex8840320353F2Fa2e24
Octal210100620657757125644
Binary10001000100000011001001101011111111011111010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884032; }

 p { color: rgb(136,64,50); }

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

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

 a { background-color: rgb(136,64,50); }

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

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

 span { border-color: rgb(136,64,50); }

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