#863D32

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

Shades of Prairie Sand #863D32

Tints of Prairie Sand #863D32

Color information

#863D32 (or 0x863D32) is unknown color: approx Prairie Sand. HEX triplet: 86, 3D and 32. RGB value is (134,61,50). Sum of RGB (Red+Green+Blue) = 134+61+50=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #863D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D32 is #79C2CD. Grayscale: #515151. Windows color (decimal): -7979726 or 3292550. OLE color: 3292550.

HSL color Cylindrical-coordinate representation of color #863D32: hue angle of 7.86º 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 #863D32 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1346150-
CMYK00.540.630.47
HSL7.86º45.65%36.08%-
HSV(B)7.86º62.69%52.55%-
XYZ12.088.644.05-
YUV81.57110.18165.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=54.69%
G=24.90%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134615000.540.630.477.8645.6536.08
Hex863D320363F2F82e24
Octal20675620667757105644
Binary1000011011110111001001101101111111011111000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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