Html Css Color HEX #8A5805 Golden Brown

📋 copy color: '#8A5805'

red 138 ◦ green 88 ◦ blue 5

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

Shades of Golden Brown #8A5805

Tints of Golden Brown #8A5805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 59.74%
G = 38.1%
B = 2.16%

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

#8A5805 (or 0x8A5805) is known color: Golden Brown. HEX triplet: 8A, 58 and 05. RGB value is (138,88,5). Sum of RGB (Red+Green+Blue) = 138+88+5=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5805 is #75A7FA. Grayscale: #5D5D5D. Windows color (decimal): -7710715 or 350346. OLE color: 350346.

HSL color Cylindrical-coordinate representation of color #8A5805: hue angle of 37.44º degrees, saturation: 0.93, 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 #8A5805 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 88 5 -
CMYK 0 0.36 0.96 0.46
HSL 37.44º 0.93% 0.28% -
HSV(B) 37.44º 0.96% 0.54% -
XYZ 14 12.39 1.8 -
YUV 93.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 138 88 5 0 0.36 0.96 0.46 37.44 0.93 0.28
Hex 8A 58 5 0 24 60 2E 25 5D 1C
Octal 212 130 5 0 44 140 56 45 135 34
Binary 10001010 1011000 101 0 100100 1100000 101110 100101 1011101 11100

Color Harmonies of #8A5805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5805

Black with #8A5805

Text Example


Text Example

White with #8A5805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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