#884235

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

Shades of Prairie Sand #884235

Tints of Prairie Sand #884235

Color information

#884235 (or 0x884235) is unknown color: approx Prairie Sand. HEX triplet: 88, 42 and 35. RGB value is (136,66,53). Sum of RGB (Red+Green+Blue) = 136+66+53=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #884235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884235 is #77BDCA. Grayscale: #555555. Windows color (decimal): -7847371 or 3490440. OLE color: 3490440.

HSL color Cylindrical-coordinate representation of color #884235: hue angle of 9.4º 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 #884235 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1366653-
CMYK00.510.610.47
HSL9.4º43.92%37.06%-
HSV(B)9.4º61.03%53.33%-
XYZ12.749.394.51-
YUV85.45109.69164.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 53 (21.09% from 255) = 20.78%
R=53.33%
G=25.88%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136665300.510.610.479.443.9237.06
Hex8842350333D2F92c25
Octal210102650637557115445
Binary10001000100001011010101100111111011011111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884235; }

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

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

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

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

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

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

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

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