Html Css Color HEX #863D39 Prairie Sand

📋 copy color: '#863D39'

red 134 ◦ green 61 ◦ blue 57

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

Shades of Prairie Sand #863D39

Tints of Prairie Sand #863D39

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

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

R = 53.17%
G = 24.21%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#863D39 (or 0x863D39) is known color: Prairie Sand. HEX triplet: 86, 3D and 39. RGB value is (134,61,57). Sum of RGB (Red+Green+Blue) = 134+61+57=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #863D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D39 is #79C2C6. Grayscale: #525252. Windows color (decimal): -7979719 or 3751302. OLE color: 3751302.

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

Color convert

RGB 134 61 57 -
CMYK 0 0.54 0.57 0.47
HSL 3.12º 0.4% 0.37% -
HSV(B) 3.12º 0.57% 0.53% -
XYZ 12.24 8.7 4.91 -
YUV 82.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 134 61 57 0 0.54 0.57 0.47 3.12 0.4 0.37
Hex 86 3D 39 0 36 39 2F 3 28 25
Octal 206 75 71 0 66 71 57 3 50 45
Binary 10000110 111101 111001 0 110110 111001 101111 11 101000 100101

Color Harmonies of #863D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D39

Black with #863D39

Text Example


Text Example

White with #863D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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