#863F35

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

Shades of Prairie Sand #863F35

Tints of Prairie Sand #863F35

Color information

#863F35 (or 0x863F35) is unknown color: approx Prairie Sand. HEX triplet: 86, 3F and 35. RGB value is (134,63,53). Sum of RGB (Red+Green+Blue) = 134+63+53=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #863F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F35 is #79C0CA. Grayscale: #535353. Windows color (decimal): -7979211 or 3489670. OLE color: 3489670.

HSL color Cylindrical-coordinate representation of color #863F35: hue angle of 7.41º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863F35 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1346353-
CMYK00.530.600.47
HSL7.41º43.32%36.67%-
HSV(B)7.41º60.45%52.55%-
XYZ12.258.884.44-
YUV83.09111.02164.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 63 (25% from 255) = 25.2%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=53.6%
G=25.2%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134635300.530.600.477.4143.3236.67
Hex863F350353C2F72b25
Octal2067765065745775345
Binary100001101111111101010110101111100101111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,63,53); }

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

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

 a { background-color: rgb(134,63,53); }

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

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

 span { border-color: rgb(134,63,53); }

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