Html Css Color HEX #863F39 Prairie Sand

📋 copy color: '#863F39'

red 134 ◦ green 63 ◦ blue 57

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

Shades of Prairie Sand #863F39

Tints of Prairie Sand #863F39

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 52.76%
G = 24.8%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#863F39 (or 0x863F39) is known color: Prairie Sand. HEX triplet: 86, 3F and 39. RGB value is (134,63,57). Sum of RGB (Red+Green+Blue) = 134+63+57=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #863F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F39 is #79C0C6. Grayscale: #535353. Windows color (decimal): -7979207 or 3751814. OLE color: 3751814.

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

Color convert

RGB 134 63 57 -
CMYK 0 0.53 0.57 0.47
HSL 4.68º 0.4% 0.37% -
HSV(B) 4.68º 0.57% 0.53% -
XYZ 12.35 8.92 4.94 -
YUV 83.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 134 63 57 0 0.53 0.57 0.47 4.68 0.4 0.37
Hex 86 3F 39 0 35 39 2F 5 28 25
Octal 206 77 71 0 65 71 57 5 50 45
Binary 10000110 111111 111001 0 110101 111001 101111 101 101000 100101

Color Harmonies of #863F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F39

Black with #863F39

Text Example


Text Example

White with #863F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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