#883B31

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

Shades of Prairie Sand #883B31

Tints of Prairie Sand #883B31

Color information

#883B31 (or 0x883B31) is unknown color: approx Prairie Sand. HEX triplet: 88, 3B and 31. RGB value is (136,59,49). Sum of RGB (Red+Green+Blue) = 136+59+49=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #883B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B31 is #77C4CE. Grayscale: #505050. Windows color (decimal): -7849167 or 3226504. OLE color: 3226504.

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

Color convert

RGB1365949-
CMYK00.570.640.47
HSL6.9º47.03%36.27%-
HSV(B)6.9º63.97%53.33%-
XYZ12.278.583.92-
YUV80.88110.01167.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.74%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=55.74%
G=24.18%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136594900.570.640.476.947.0336.27
Hex883B31039402F72f24
Octal21073610711005775744
Binary1000100011101111000101110011000000101111111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,59,49); }

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

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

 a { background-color: rgb(136,59,49); }

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

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

 span { border-color: rgb(136,59,49); }

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