#883E2F

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

Shades of Prairie Sand #883E2F

Tints of Prairie Sand #883E2F

Color information

#883E2F (or 0x883E2F) is unknown color: approx Prairie Sand. HEX triplet: 88, 3E and 2F. RGB value is (136,62,47). Sum of RGB (Red+Green+Blue) = 136+62+47=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #883E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E2F is #77C1D0. Grayscale: #525252. Windows color (decimal): -7848401 or 3096200. OLE color: 3096200.

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

Color convert

RGB1366247-
CMYK00.540.650.47
HSL10.11º48.63%35.88%-
HSV(B)10.11º65.44%53.33%-
XYZ12.398.883.75-
YUV82.42108.02166.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=55.51%
G=25.31%
B=19.18%

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
Decimal136624700.540.650.4710.1148.6335.88
Hex883E2F036412Fa3124
Octal210765706610157126144
Binary10001000111110101111011011010000011011111010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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