Html Css Color HEX #863E33 Prairie Sand

📋 copy color: '#863E33'

red 134 ◦ green 62 ◦ blue 51

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

Shades of Prairie Sand #863E33

Tints of Prairie Sand #863E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.65%

R = 54.25%
G = 25.1%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#863E33 (or 0x863E33) is known color: Prairie Sand. HEX triplet: 86, 3E and 33. RGB value is (134,62,51). Sum of RGB (Red+Green+Blue) = 134+62+51=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #863E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E33 is #79C1CC. Grayscale: #525252. Windows color (decimal): -7979469 or 3358342. OLE color: 3358342.

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

Color convert

RGB 134 62 51 -
CMYK 0 0.54 0.62 0.47
HSL 7.95º 0.45% 0.36% -
HSV(B) 7.95º 0.62% 0.53% -
XYZ 12.15 8.75 4.18 -
YUV 82.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 134 62 51 0 0.54 0.62 0.47 7.95 0.45 0.36
Hex 86 3E 33 0 36 3E 2F 8 2D 24
Octal 206 76 63 0 66 76 57 10 55 44
Binary 10000110 111110 110011 0 110110 111110 101111 1000 101101 100100

Color Harmonies of #863E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E33

Black with #863E33

Text Example


Text Example

White with #863E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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