Html Css Color HEX #863F32 Prairie Sand

📋 copy color: '#863F32'

red 134 ◦ green 63 ◦ blue 50

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

Shades of Prairie Sand #863F32

Tints of Prairie Sand #863F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 54.25%
G = 25.51%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#863F32 (or 0x863F32) is known color: Prairie Sand. HEX triplet: 86, 3F and 32. RGB value is (134,63,50). Sum of RGB (Red+Green+Blue) = 134+63+50=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #863F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F32 is #79C0CD. Grayscale: #525252. Windows color (decimal): -7979214 or 3293062. OLE color: 3293062.

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

Color convert

RGB 134 63 50 -
CMYK 0 0.53 0.63 0.47
HSL 9.29º 0.46% 0.36% -
HSV(B) 9.29º 0.63% 0.53% -
XYZ 12.18 8.85 4.08 -
YUV 82.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 134 63 50 0 0.53 0.63 0.47 9.29 0.46 0.36
Hex 86 3F 32 0 35 3F 2F 9 2E 24
Octal 206 77 62 0 65 77 57 11 56 44
Binary 10000110 111111 110010 0 110101 111111 101111 1001 101110 100100

Color Harmonies of #863F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F32

Black with #863F32

Text Example


Text Example

White with #863F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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