Html Css Color HEX #863D2E Prairie Sand

📋 copy color: '#863D2E'

red 134 ◦ green 61 ◦ blue 46

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

Shades of Prairie Sand #863D2E

Tints of Prairie Sand #863D2E

RGB

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

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

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

R = 55.6%
G = 25.31%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#863D2E (or 0x863D2E) is known color: Prairie Sand. HEX triplet: 86, 3D and 2E. RGB value is (134,61,46). Sum of RGB (Red+Green+Blue) = 134+61+46=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #863D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D2E is #79C2D1. Grayscale: #515151. Windows color (decimal): -7979730 or 3030406. OLE color: 3030406.

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

Color convert

RGB 134 61 46 -
CMYK 0 0.54 0.66 0.47
HSL 10.23º 0.49% 0.35% -
HSV(B) 10.23º 0.66% 0.53% -
XYZ 11.99 8.6 3.61 -
YUV 81.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 134 61 46 0 0.54 0.66 0.47 10.23 0.49 0.35
Hex 86 3D 2E 0 36 42 2F A 31 23
Octal 206 75 56 0 66 102 57 12 61 43
Binary 10000110 111101 101110 0 110110 1000010 101111 1010 110001 100011

Color Harmonies of #863D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D2E

Black with #863D2E

Text Example


Text Example

White with #863D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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