Html Css Color HEX #86590D Golden Brown

📋 copy color: '#86590D'

red 134 ◦ green 89 ◦ blue 13

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

Shades of Golden Brown #86590D

Tints of Golden Brown #86590D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.71%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 56.78%
G = 37.71%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86590D (or 0x86590D) is known color: Golden Brown. HEX triplet: 86, 59 and 0D. RGB value is (134,89,13). Sum of RGB (Red+Green+Blue) = 134+89+13=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #86590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86590D is #79A6F2. Grayscale: #5E5E5E. Windows color (decimal): -7972595 or 874886. OLE color: 874886.

HSL color Cylindrical-coordinate representation of color #86590D: hue angle of 37.69º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86590D is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 13 -
CMYK 0 0.34 0.90 0.47
HSL 37.69º 0.82% 0.29% -
HSV(B) 37.69º 0.9% 0.53% -
XYZ 13.48 12.24 2.03 -
YUV 93.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 134 89 13 0 0.34 0.90 0.47 37.69 0.82 0.29
Hex 86 59 D 0 22 5A 2F 26 52 1D
Octal 206 131 15 0 42 132 57 46 122 35
Binary 10000110 1011001 1101 0 100010 1011010 101111 100110 1010010 11101

Color Harmonies of #86590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86590D

Black with #86590D

Text Example


Text Example

White with #86590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86590D; }

 p { color: rgb(134,89,13); }

 H1.HeaderClassName
 {
   color: #86590D;
 }
 .AnyTagClassName
 {
   color: #86590D;
 }
</style>

background-color css

<style>
 a { background-color: #86590D; }

 a { background-color: rgb(134,89,13); }

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

border-color css

<style>
 span { border-color: #86590D; }

 span { border-color: rgb(134,89,13); }

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