Html Css Color HEX #86451E Russet

📋 copy color: '#86451E'

red 134 ◦ green 69 ◦ blue 30

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

Shades of Russet #86451E

Tints of Russet #86451E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 57.51%
G = 29.61%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86451E (or 0x86451E) is known color: Russet. HEX triplet: 86, 45 and 1E. RGB value is (134,69,30). Sum of RGB (Red+Green+Blue) = 134+69+30=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86451E is #79BAE1. Grayscale: #545454. Windows color (decimal): -7977698 or 1983878. OLE color: 1983878.

HSL color Cylindrical-coordinate representation of color #86451E: hue angle of 22.5º degrees, saturation: 0.63, 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 #86451E is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 69 30 -
CMYK 0 0.49 0.78 0.47
HSL 22.5º 0.63% 0.32% -
HSV(B) 22.5º 0.78% 0.53% -
XYZ 12.19 9.42 2.4 -
YUV 83.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 134 69 30 0 0.49 0.78 0.47 22.5 0.63 0.32
Hex 86 45 1E 0 31 4E 2F 16 3F 20
Octal 206 105 36 0 61 116 57 26 77 40
Binary 10000110 1000101 11110 0 110001 1001110 101111 10110 111111 100000

Color Harmonies of #86451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86451E

Black with #86451E

Text Example


Text Example

White with #86451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86451E; }

 p { color: rgb(134,69,30); }

 H1.HeaderClassName
 {
   color: #86451E;
 }
 .AnyTagClassName
 {
   color: #86451E;
 }
</style>

background-color css

<style>
 a { background-color: #86451E; }

 a { background-color: rgb(134,69,30); }

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

border-color css

<style>
 span { border-color: #86451E; }

 span { border-color: rgb(134,69,30); }

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