Html Css Color HEX #86590A Golden Brown

📋 copy color: '#86590A'

red 134 ◦ green 89 ◦ blue 10

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

Shades of Golden Brown #86590A

Tints of Golden Brown #86590A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 57.51%
G = 38.2%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#86590A (or 0x86590A) is known color: Golden Brown. HEX triplet: 86, 59 and 0A. RGB value is (134,89,10). Sum of RGB (Red+Green+Blue) = 134+89+10=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86590A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86590A is #79A6F5. Grayscale: #5D5D5D. Windows color (decimal): -7972598 or 678278. OLE color: 678278.

HSL color Cylindrical-coordinate representation of color #86590A: hue angle of 38.23º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86590A is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 10 -
CMYK 0 0.34 0.93 0.47
HSL 38.23º 0.86% 0.28% -
HSV(B) 38.23º 0.93% 0.53% -
XYZ 13.46 12.24 1.94 -
YUV 93.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 134 89 10 0 0.34 0.93 0.47 38.23 0.86 0.28
Hex 86 59 A 0 22 5D 2F 26 56 1C
Octal 206 131 12 0 42 135 57 46 126 34
Binary 10000110 1011001 1010 0 100010 1011101 101111 100110 1010110 11100

Color Harmonies of #86590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86590A

Black with #86590A

Text Example


Text Example

White with #86590A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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