#863C2F

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

Shades of Prairie Sand #863C2F

Tints of Prairie Sand #863C2F

Color information

#863C2F (or 0x863C2F) is unknown color: approx Prairie Sand. HEX triplet: 86, 3C and 2F. RGB value is (134,60,47). Sum of RGB (Red+Green+Blue) = 134+60+47=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #863C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C2F is #79C3D0. Grayscale: #505050. Windows color (decimal): -7979985 or 3095686. OLE color: 3095686.

HSL color Cylindrical-coordinate representation of color #863C2F: hue angle of 8.97º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863C2F is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1346047-
CMYK00.550.650.47
HSL8.97º48.07%35.49%-
HSV(B)8.97º64.93%52.55%-
XYZ11.968.513.7-
YUV80.64109.02166.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=55.60%
G=24.90%
B=19.50%

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
Decimal134604700.550.650.478.9748.0735.49
Hex863C2F037412F93023
Octal206745706710157116043
Binary10000110111100101111011011110000011011111001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,60,47); }

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

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

 a { background-color: rgb(134,60,47); }

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

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

 span { border-color: rgb(134,60,47); }

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