#863C34

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

Shades of Prairie Sand #863C34

Tints of Prairie Sand #863C34

Color information

#863C34 (or 0x863C34) is unknown color: approx Prairie Sand. HEX triplet: 86, 3C and 34. RGB value is (134,60,52). Sum of RGB (Red+Green+Blue) = 134+60+52=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #863C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C34 is #79C3CB. Grayscale: #515151. Windows color (decimal): -7979980 or 3423366. OLE color: 3423366.

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

Color convert

RGB1346052-
CMYK00.550.610.47
HSL5.85º44.09%36.47%-
HSV(B)5.85º61.19%52.55%-
XYZ12.078.554.26-
YUV81.21111.52165.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=54.47%
G=24.39%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134605200.550.610.475.8544.0936.47
Hex863C340373D2F62c24
Octal2067464067755765444
Binary100001101111001101000110111111101101111110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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