Html Css Color HEX #8A5E05 Golden Brown

📋 copy color: '#8A5E05'

red 138 ◦ green 94 ◦ blue 5

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

Shades of Golden Brown #8A5E05

Tints of Golden Brown #8A5E05

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.66%

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

R = 58.23%
G = 39.66%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A5E05 (or 0x8A5E05) is known color: Golden Brown. HEX triplet: 8A, 5E and 05. RGB value is (138,94,5). Sum of RGB (Red+Green+Blue) = 138+94+5=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5E05 is #75A1FA. Grayscale: #616161. Windows color (decimal): -7709179 or 351882. OLE color: 351882.

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

Color convert

RGB 138 94 5 -
CMYK 0 0.32 0.96 0.46
HSL 40.15º 0.93% 0.28% -
HSV(B) 40.15º 0.96% 0.54% -
XYZ 14.51 13.42 1.97 -
YUV 97.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 138 94 5 0 0.32 0.96 0.46 40.15 0.93 0.28
Hex 8A 5E 5 0 20 60 2E 28 5D 1C
Octal 212 136 5 0 40 140 56 50 135 34
Binary 10001010 1011110 101 0 100000 1100000 101110 101000 1011101 11100

Color Harmonies of #8A5E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E05

Black with #8A5E05

Text Example


Text Example

White with #8A5E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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