Html Css Color HEX #864D1B Russet

📋 copy color: '#864D1B'

red 134 ◦ green 77 ◦ blue 27

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

Shades of Russet #864D1B

Tints of Russet #864D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 56.3%
G = 32.35%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#864D1B (or 0x864D1B) is known color: Russet. HEX triplet: 86, 4D and 1B. RGB value is (134,77,27). Sum of RGB (Red+Green+Blue) = 134+77+27=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #864D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D1B is #79B2E4. Grayscale: #585858. Windows color (decimal): -7975653 or 1789318. OLE color: 1789318.

HSL color Cylindrical-coordinate representation of color #864D1B: hue angle of 28.04º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #864D1B is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 77 27 -
CMYK 0 0.43 0.80 0.47
HSL 28.04º 0.66% 0.32% -
HSV(B) 28.04º 0.8% 0.53% -
XYZ 12.68 10.46 2.39 -
YUV 88.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 134 77 27 0 0.43 0.80 0.47 28.04 0.66 0.32
Hex 86 4D 1B 0 2B 50 2F 1C 42 20
Octal 206 115 33 0 53 120 57 34 102 40
Binary 10000110 1001101 11011 0 101011 1010000 101111 11100 1000010 100000

Color Harmonies of #864D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864D1B

Black with #864D1B

Text Example


Text Example

White with #864D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864D1B; }

 p { color: rgb(134,77,27); }

 H1.HeaderClassName
 {
   color: #864D1B;
 }
 .AnyTagClassName
 {
   color: #864D1B;
 }
</style>

background-color css

<style>
 a { background-color: #864D1B; }

 a { background-color: rgb(134,77,27); }

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

border-color css

<style>
 span { border-color: #864D1B; }

 span { border-color: rgb(134,77,27); }

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