#883C31

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

Shades of Prairie Sand #883C31

Tints of Prairie Sand #883C31

Color information

#883C31 (or 0x883C31) is unknown color: approx Prairie Sand. HEX triplet: 88, 3C and 31. RGB value is (136,60,49). Sum of RGB (Red+Green+Blue) = 136+60+49=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #883C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C31 is #77C3CE. Grayscale: #515151. Windows color (decimal): -7848911 or 3226760. OLE color: 3226760.

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

Color convert

RGB1366049-
CMYK00.560.640.47
HSL7.59º47.03%36.27%-
HSV(B)7.59º63.97%53.33%-
XYZ12.328.693.93-
YUV81.47109.68166.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 49 (19.53% from 255) = 20%
R=55.51%
G=24.49%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136604900.560.640.477.5947.0336.27
Hex883C31038402F82f24
Octal210746107010057105744
Binary10001000111100110001011100010000001011111000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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