Html Css Color HEX #863C2D Prairie Sand

📋 copy color: '#863C2D'

red 134 ◦ green 60 ◦ blue 45

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

Shades of Prairie Sand #863C2D

Tints of Prairie Sand #863C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 56.07%
G = 25.1%
B = 18.83%

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

#863C2D (or 0x863C2D) is known color: Prairie Sand. HEX triplet: 86, 3C and 2D. RGB value is (134,60,45). Sum of RGB (Red+Green+Blue) = 134+60+45=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #863C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C2D is #79C3D2. Grayscale: #505050. Windows color (decimal): -7979987 or 2964614. OLE color: 2964614.

HSL color Cylindrical-coordinate representation of color #863C2D: hue angle of 10.11º degrees, saturation: 0.5, 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 #863C2D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 45 -
CMYK 0 0.55 0.66 0.47
HSL 10.11º 0.5% 0.35% -
HSV(B) 10.11º 0.66% 0.53% -
XYZ 11.92 8.49 3.49 -
YUV 80.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 134 60 45 0 0.55 0.66 0.47 10.11 0.5 0.35
Hex 86 3C 2D 0 37 42 2F A 32 23
Octal 206 74 55 0 67 102 57 12 62 43
Binary 10000110 111100 101101 0 110111 1000010 101111 1010 110010 100011

Color Harmonies of #863C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C2D

Black with #863C2D

Text Example


Text Example

White with #863C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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