#883E30

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

Shades of Prairie Sand #883E30

Tints of Prairie Sand #883E30

Color information

#883E30 (or 0x883E30) is unknown color: approx Prairie Sand. HEX triplet: 88, 3E and 30. RGB value is (136,62,48). Sum of RGB (Red+Green+Blue) = 136+62+48=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #883E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E30 is #77C1CF. Grayscale: #525252. Windows color (decimal): -7848400 or 3161736. OLE color: 3161736.

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

Color convert

RGB1366248-
CMYK00.540.650.47
HSL9.55º47.83%36.08%-
HSV(B)9.55º64.71%53.33%-
XYZ12.418.893.86-
YUV82.53108.52166.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=55.28%
G=25.20%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136624800.540.650.479.5547.8336.08
Hex883E30036412Fa3024
Octal210766006610157126044
Binary10001000111110110000011011010000011011111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,62,48); }

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

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

 a { background-color: rgb(136,62,48); }

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

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

 span { border-color: rgb(136,62,48); }

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