Html Css Color HEX #864A1D Russet

📋 copy color: '#864A1D'

red 134 ◦ green 74 ◦ blue 29

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

Shades of Russet #864A1D

Tints of Russet #864A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 56.54%
G = 31.22%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#864A1D (or 0x864A1D) is known color: Russet. HEX triplet: 86, 4A and 1D. RGB value is (134,74,29). Sum of RGB (Red+Green+Blue) = 134+74+29=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #864A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A1D is #79B5E2. Grayscale: #575757. Windows color (decimal): -7976419 or 1919622. OLE color: 1919622.

HSL color Cylindrical-coordinate representation of color #864A1D: hue angle of 25.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #864A1D is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 74 29 -
CMYK 0 0.45 0.78 0.47
HSL 25.71º 0.64% 0.32% -
HSV(B) 25.71º 0.78% 0.53% -
XYZ 12.5 10.05 2.44 -
YUV 86.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 134 74 29 0 0.45 0.78 0.47 25.71 0.64 0.32
Hex 86 4A 1D 0 2D 4E 2F 1A 40 20
Octal 206 112 35 0 55 116 57 32 100 40
Binary 10000110 1001010 11101 0 101101 1001110 101111 11010 1000000 100000

Color Harmonies of #864A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864A1D

Black with #864A1D

Text Example


Text Example

White with #864A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,74,29); }

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

background-color css

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

 a { background-color: rgb(134,74,29); }

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

border-color css

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

 span { border-color: rgb(134,74,29); }

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