#883D34

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

Shades of Prairie Sand #883D34

Tints of Prairie Sand #883D34

Color information

#883D34 (or 0x883D34) is unknown color: approx Prairie Sand. HEX triplet: 88, 3D and 34. RGB value is (136,61,52). Sum of RGB (Red+Green+Blue) = 136+61+52=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #883D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D34 is #77C2CB. Grayscale: #525252. Windows color (decimal): -7848652 or 3423624. OLE color: 3423624.

HSL color Cylindrical-coordinate representation of color #883D34: hue angle of 6.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883D34 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1366152-
CMYK00.550.620.47
HSL6.43º44.68%36.86%-
HSV(B)6.43º61.76%53.33%-
XYZ12.448.824.3-
YUV82.4110.85166.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=54.62%
G=24.50%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136615200.550.620.476.4344.6836.86
Hex883D340373E2F62d25
Octal2107564067765765545
Binary100010001111011101000110111111110101111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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