Html Css Color HEX #863E30 Prairie Sand

📋 copy color: '#863E30'

red 134 ◦ green 62 ◦ blue 48

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

Shades of Prairie Sand #863E30

Tints of Prairie Sand #863E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.41%

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 54.92%
G = 25.41%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#863E30 (or 0x863E30) is known color: Prairie Sand. HEX triplet: 86, 3E and 30. RGB value is (134,62,48). Sum of RGB (Red+Green+Blue) = 134+62+48=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #863E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E30 is #79C1CF. Grayscale: #525252. Windows color (decimal): -7979472 or 3161734. OLE color: 3161734.

HSL color Cylindrical-coordinate representation of color #863E30: hue angle of 9.77º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863E30 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 62 48 -
CMYK 0 0.54 0.64 0.47
HSL 9.77º 0.47% 0.36% -
HSV(B) 9.77º 0.64% 0.53% -
XYZ 12.09 8.73 3.84 -
YUV 81.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 134 62 48 0 0.54 0.64 0.47 9.77 0.47 0.36
Hex 86 3E 30 0 36 40 2F A 2F 24
Octal 206 76 60 0 66 100 57 12 57 44
Binary 10000110 111110 110000 0 110110 1000000 101111 1010 101111 100100

Color Harmonies of #863E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E30

Black with #863E30

Text Example


Text Example

White with #863E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,62,48); }

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

background-color css

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

 a { background-color: rgb(134,62,48); }

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

border-color css

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

 span { border-color: rgb(134,62,48); }

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