#883D30

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

Shades of Prairie Sand #883D30

Tints of Prairie Sand #883D30

Color information

#883D30 (or 0x883D30) is unknown color: approx Prairie Sand. HEX triplet: 88, 3D and 30. RGB value is (136,61,48). Sum of RGB (Red+Green+Blue) = 136+61+48=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #883D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D30 is #77C2CF. Grayscale: #525252. Windows color (decimal): -7848656 or 3161480. OLE color: 3161480.

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

Color convert

RGB1366148-
CMYK00.550.650.47
HSL8.86º47.83%36.08%-
HSV(B)8.86º64.71%53.33%-
XYZ12.368.793.84-
YUV81.94108.85166.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=55.51%
G=24.90%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136614800.550.650.478.8647.8336.08
Hex883D30037412F93024
Octal210756006710157116044
Binary10001000111101110000011011110000011011111001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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