#863F38

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

Shades of Prairie Sand #863F38

Tints of Prairie Sand #863F38

Color information

#863F38 (or 0x863F38) is unknown color: approx Prairie Sand. HEX triplet: 86, 3F and 38. RGB value is (134,63,56). Sum of RGB (Red+Green+Blue) = 134+63+56=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F38 is #79C0C7. Grayscale: #535353. Windows color (decimal): -7979208 or 3686278. OLE color: 3686278.

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

Color convert

RGB1346356-
CMYK00.530.580.47
HSL5.38º41.05%37.25%-
HSV(B)5.38º58.21%52.55%-
XYZ12.328.914.81-
YUV83.43112.52164.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=52.96%
G=24.90%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134635600.530.580.475.3841.0537.25
Hex863F380353A2F52925
Octal2067770065725755145
Binary100001101111111110000110101111010101111101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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