#883F35

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

Shades of Prairie Sand #883F35

Tints of Prairie Sand #883F35

Color information

#883F35 (or 0x883F35) is unknown color: approx Prairie Sand. HEX triplet: 88, 3F and 35. RGB value is (136,63,53). Sum of RGB (Red+Green+Blue) = 136+63+53=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #883F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F35 is #77C0CA. Grayscale: #535353. Windows color (decimal): -7848139 or 3489672. OLE color: 3489672.

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

Color convert

RGB1366353-
CMYK00.540.610.47
HSL7.23º43.92%37.06%-
HSV(B)7.23º61.03%53.33%-
XYZ12.579.054.45-
YUV83.69110.68165.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=53.97%
G=25%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136635300.540.610.477.2343.9237.06
Hex883F350363D2F72c25
Octal2107765066755775445
Binary100010001111111101010110110111101101111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883F35; }

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

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

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

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

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

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

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

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