Html Css Color HEX #863C34 Prairie Sand

📋 copy color: '#863C34'

red 134 ◦ green 60 ◦ blue 52

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

Shades of Prairie Sand #863C34

Tints of Prairie Sand #863C34

RGB

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

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

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

R = 54.47%
G = 24.39%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#863C34 (or 0x863C34) is known color: Prairie Sand. HEX triplet: 86, 3C and 34. RGB value is (134,60,52). Sum of RGB (Red+Green+Blue) = 134+60+52=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #863C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C34 is #79C3CB. Grayscale: #515151. Windows color (decimal): -7979980 or 3423366. OLE color: 3423366.

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

Color convert

RGB 134 60 52 -
CMYK 0 0.55 0.61 0.47
HSL 5.85º 0.44% 0.36% -
HSV(B) 5.85º 0.61% 0.53% -
XYZ 12.07 8.55 4.26 -
YUV 81.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 134 60 52 0 0.55 0.61 0.47 5.85 0.44 0.36
Hex 86 3C 34 0 37 3D 2F 6 2C 24
Octal 206 74 64 0 67 75 57 6 54 44
Binary 10000110 111100 110100 0 110111 111101 101111 110 101100 100100

Color Harmonies of #863C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C34

Black with #863C34

Text Example


Text Example

White with #863C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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