Html Css Color HEX #863E31 Prairie Sand

📋 copy color: '#863E31'

red 134 ◦ green 62 ◦ blue 49

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

Shades of Prairie Sand #863E31

Tints of Prairie Sand #863E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20%

R = 54.69%
G = 25.31%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#863E31 (or 0x863E31) is known color: Prairie Sand. HEX triplet: 86, 3E and 31. RGB value is (134,62,49). Sum of RGB (Red+Green+Blue) = 134+62+49=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #863E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E31 is #79C1CE. Grayscale: #525252. Windows color (decimal): -7979471 or 3227270. OLE color: 3227270.

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

Color convert

RGB 134 62 49 -
CMYK 0 0.54 0.63 0.47
HSL 9.18º 0.46% 0.36% -
HSV(B) 9.18º 0.63% 0.53% -
XYZ 12.11 8.74 3.95 -
YUV 82.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 134 62 49 0 0.54 0.63 0.47 9.18 0.46 0.36
Hex 86 3E 31 0 36 3F 2F 9 2E 24
Octal 206 76 61 0 66 77 57 11 56 44
Binary 10000110 111110 110001 0 110110 111111 101111 1001 101110 100100

Color Harmonies of #863E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E31

Black with #863E31

Text Example


Text Example

White with #863E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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