#884035

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

Shades of Prairie Sand #884035

Tints of Prairie Sand #884035

Color information

#884035 (or 0x884035) is unknown color: approx Prairie Sand. HEX triplet: 88, 40 and 35. RGB value is (136,64,53). Sum of RGB (Red+Green+Blue) = 136+64+53=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #884035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884035 is #77BFCA. Grayscale: #545454. Windows color (decimal): -7847883 or 3489928. OLE color: 3489928.

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

Color convert

RGB1366453-
CMYK00.530.610.47
HSL7.95º43.92%37.06%-
HSV(B)7.95º61.03%53.33%-
XYZ12.639.164.47-
YUV84.27110.35164.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=53.75%
G=25.30%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136645300.530.610.477.9543.9237.06
Hex8840350353D2F82c25
Octal210100650657557105445
Binary10001000100000011010101101011111011011111000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884035; }

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

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

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

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

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

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

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

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