Html Css Color HEX #8A5806 Golden Brown

📋 copy color: '#8A5806'

red 138 ◦ green 88 ◦ blue 6

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

Shades of Golden Brown #8A5806

Tints of Golden Brown #8A5806

RGB

 RED value IS 138 (54.3% from 255) = 59.48%

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 59.48%
G = 37.93%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A5806 (or 0x8A5806) is known color: Golden Brown. HEX triplet: 8A, 58 and 06. RGB value is (138,88,6). Sum of RGB (Red+Green+Blue) = 138+88+6=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5806 is #75A7F9. Grayscale: #5D5D5D. Windows color (decimal): -7710714 or 415882. OLE color: 415882.

HSL color Cylindrical-coordinate representation of color #8A5806: hue angle of 37.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A5806 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 88 6 -
CMYK 0 0.36 0.96 0.46
HSL 37.27º 0.92% 0.28% -
HSV(B) 37.27º 0.96% 0.54% -
XYZ 14 12.4 1.83 -
YUV 93.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 138 88 6 0 0.36 0.96 0.46 37.27 0.92 0.28
Hex 8A 58 6 0 24 60 2E 25 5C 1C
Octal 212 130 6 0 44 140 56 45 134 34
Binary 10001010 1011000 110 0 100100 1100000 101110 100101 1011100 11100

Color Harmonies of #8A5806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5806

Black with #8A5806

Text Example


Text Example

White with #8A5806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A5806; }

 p { color: rgb(138,88,6); }

 H1.HeaderClassName
 {
   color: #8A5806;
 }
 .AnyTagClassName
 {
   color: #8A5806;
 }
</style>

background-color css

<style>
 a { background-color: #8A5806; }

 a { background-color: rgb(138,88,6); }

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

border-color css

<style>
 span { border-color: #8A5806; }

 span { border-color: rgb(138,88,6); }

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