#863B32

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

Shades of Prairie Sand #863B32

Tints of Prairie Sand #863B32

Color information

#863B32 (or 0x863B32) is unknown color: approx Prairie Sand. HEX triplet: 86, 3B and 32. RGB value is (134,59,50). Sum of RGB (Red+Green+Blue) = 134+59+50=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #863B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B32 is #79C4CD. Grayscale: #505050. Windows color (decimal): -7980238 or 3292038. OLE color: 3292038.

HSL color Cylindrical-coordinate representation of color #863B32: hue angle of 6.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863B32 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1345950-
CMYK00.560.630.47
HSL6.43º45.65%36.08%-
HSV(B)6.43º62.69%52.55%-
XYZ11.978.434.01-
YUV80.4110.85166.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=55.14%
G=24.28%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134595000.560.630.476.4345.6536.08
Hex863B320383F2F62e24
Octal2067362070775765644
Binary100001101110111100100111000111111101111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863B32; }

 p { color: rgb(134,59,50); }

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

<style>
 a { background-color: #863B32; }

 a { background-color: rgb(134,59,50); }

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

<style>
 span { border-color: #863B32; }

 span { border-color: rgb(134,59,50); }

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