Html Css Color HEX #863B34 Prairie Sand

📋 copy color: '#863B34'

red 134 ◦ green 59 ◦ blue 52

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

Shades of Prairie Sand #863B34

Tints of Prairie Sand #863B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 54.69%
G = 24.08%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#863B34 (or 0x863B34) is known color: Prairie Sand. HEX triplet: 86, 3B and 34. RGB value is (134,59,52). Sum of RGB (Red+Green+Blue) = 134+59+52=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #863B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B34 is #79C4CB. Grayscale: #505050. Windows color (decimal): -7980236 or 3423110. OLE color: 3423110.

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

Color convert

RGB 134 59 52 -
CMYK 0 0.56 0.61 0.47
HSL 5.12º 0.44% 0.36% -
HSV(B) 5.12º 0.61% 0.53% -
XYZ 12.02 8.44 4.25 -
YUV 80.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 134 59 52 0 0.56 0.61 0.47 5.12 0.44 0.36
Hex 86 3B 34 0 38 3D 2F 5 2C 24
Octal 206 73 64 0 70 75 57 5 54 44
Binary 10000110 111011 110100 0 111000 111101 101111 101 101100 100100

Color Harmonies of #863B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B34

Black with #863B34

Text Example


Text Example

White with #863B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,52); }

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

background-color css

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

 a { background-color: rgb(134,59,52); }

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

border-color css

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

 span { border-color: rgb(134,59,52); }

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