Html Css Color HEX #863E38 Prairie Sand

📋 copy color: '#863E38'

red 134 ◦ green 62 ◦ blue 56

#863E38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prairie Sand #863E38

Tints of Prairie Sand #863E38

RGB

 RED value IS 134 (52.73% from 255) = 53.17%

 GREEN value IS 62 (24.61% from 255) = 24.6%

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 53.17%
G = 24.6%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#863E38 (or 0x863E38) is known color: Prairie Sand. HEX triplet: 86, 3E and 38. RGB value is (134,62,56). Sum of RGB (Red+Green+Blue) = 134+62+56=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #863E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E38 is #79C1C7. Grayscale: #525252. Windows color (decimal): -7979464 or 3686022. OLE color: 3686022.

HSL color Cylindrical-coordinate representation of color #863E38: hue angle of 4.62º 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 #863E38 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 62 56 -
CMYK 0 0.54 0.58 0.47
HSL 4.62º 0.41% 0.37% -
HSV(B) 4.62º 0.58% 0.53% -
XYZ 12.27 8.8 4.79 -
YUV 82.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 134 62 56 0 0.54 0.58 0.47 4.62 0.41 0.37
Hex 86 3E 38 0 36 3A 2F 5 29 25
Octal 206 76 70 0 66 72 57 5 51 45
Binary 10000110 111110 111000 0 110110 111010 101111 101 101001 100101

Color Harmonies of #863E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E38

Black with #863E38

Text Example


Text Example

White with #863E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #863E38;
 }
 .AnyTagClassName
 {
   color: #863E38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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