Html Css Color HEX #863C2E Prairie Sand

📋 copy color: '#863C2E'

red 134 ◦ green 60 ◦ blue 46

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

Shades of Prairie Sand #863C2E

Tints of Prairie Sand #863C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 55.83%
G = 25%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#863C2E (or 0x863C2E) is known color: Prairie Sand. HEX triplet: 86, 3C and 2E. RGB value is (134,60,46). Sum of RGB (Red+Green+Blue) = 134+60+46=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #863C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C2E is #79C3D1. Grayscale: #505050. Windows color (decimal): -7979986 or 3030150. OLE color: 3030150.

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

Color convert

RGB 134 60 46 -
CMYK 0 0.55 0.66 0.47
HSL 9.55º 0.49% 0.35% -
HSV(B) 9.55º 0.66% 0.53% -
XYZ 11.94 8.5 3.6 -
YUV 80.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 134 60 46 0 0.55 0.66 0.47 9.55 0.49 0.35
Hex 86 3C 2E 0 37 42 2F A 31 23
Octal 206 74 56 0 67 102 57 12 61 43
Binary 10000110 111100 101110 0 110111 1000010 101111 1010 110001 100011

Color Harmonies of #863C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C2E

Black with #863C2E

Text Example


Text Example

White with #863C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,60,46); }

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

background-color css

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

 a { background-color: rgb(134,60,46); }

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

border-color css

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

 span { border-color: rgb(134,60,46); }

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