#863E2E

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

Shades of Prairie Sand #863E2E

Tints of Prairie Sand #863E2E

Color information

#863E2E (or 0x863E2E) is unknown color: approx Prairie Sand. HEX triplet: 86, 3E and 2E. RGB value is (134,62,46). Sum of RGB (Red+Green+Blue) = 134+62+46=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #863E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E2E is #79C1D1. Grayscale: #515151. Windows color (decimal): -7979474 or 3030662. OLE color: 3030662.

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

Color convert

RGB1346246-
CMYK00.540.660.47
HSL10.91º48.89%35.29%-
HSV(B)10.91º65.67%52.55%-
XYZ12.058.713.63-
YUV81.7107.85165.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 62 (24.61% from 255) = 25.62%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=55.37%
G=25.62%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134624600.540.660.4710.9148.8935.29
Hex863E2E036422Fb3123
Octal206765606610257136143
Binary10000110111110101110011011010000101011111011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,62,46); }

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

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

 a { background-color: rgb(134,62,46); }

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

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

 span { border-color: rgb(134,62,46); }

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