Html Css Color HEX #86441E Russet

📋 copy color: '#86441E'

red 134 ◦ green 68 ◦ blue 30

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

Shades of Russet #86441E

Tints of Russet #86441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 57.76%
G = 29.31%
B = 12.93%

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

#86441E (or 0x86441E) is known color: Russet. HEX triplet: 86, 44 and 1E. RGB value is (134,68,30). Sum of RGB (Red+Green+Blue) = 134+68+30=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86441E is #79BBE1. Grayscale: #535353. Windows color (decimal): -7977954 or 1983622. OLE color: 1983622.

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

Color convert

RGB 134 68 30 -
CMYK 0 0.49 0.78 0.47
HSL 21.92º 0.63% 0.32% -
HSV(B) 21.92º 0.78% 0.53% -
XYZ 12.13 9.3 2.38 -
YUV 83.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 134 68 30 0 0.49 0.78 0.47 21.92 0.63 0.32
Hex 86 44 1E 0 31 4E 2F 16 3F 20
Octal 206 104 36 0 61 116 57 26 77 40
Binary 10000110 1000100 11110 0 110001 1001110 101111 10110 111111 100000

Color Harmonies of #86441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86441E

Black with #86441E

Text Example


Text Example

White with #86441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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