Html Css Color HEX #863E2F Prairie Sand

📋 copy color: '#863E2F'

red 134 ◦ green 62 ◦ blue 47

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

Shades of Prairie Sand #863E2F

Tints of Prairie Sand #863E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 55.14%
G = 25.51%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#863E2F (or 0x863E2F) is known color: Prairie Sand. HEX triplet: 86, 3E and 2F. RGB value is (134,62,47). Sum of RGB (Red+Green+Blue) = 134+62+47=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #863E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E2F is #79C1D0. Grayscale: #515151. Windows color (decimal): -7979473 or 3096198. OLE color: 3096198.

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

Color convert

RGB 134 62 47 -
CMYK 0 0.54 0.65 0.47
HSL 10.34º 0.48% 0.35% -
HSV(B) 10.34º 0.65% 0.53% -
XYZ 12.07 8.72 3.74 -
YUV 81.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 134 62 47 0 0.54 0.65 0.47 10.34 0.48 0.35
Hex 86 3E 2F 0 36 41 2F A 30 23
Octal 206 76 57 0 66 101 57 12 60 43
Binary 10000110 111110 101111 0 110110 1000001 101111 1010 110000 100011

Color Harmonies of #863E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E2F

Black with #863E2F

Text Example


Text Example

White with #863E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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