Html Css Color HEX #8A5E15 Golden Brown

📋 copy color: '#8A5E15'

red 138 ◦ green 94 ◦ blue 21

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

Shades of Golden Brown #8A5E15

Tints of Golden Brown #8A5E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 54.55%
G = 37.15%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#8A5E15 (or 0x8A5E15) is known color: Golden Brown. HEX triplet: 8A, 5E and 15. RGB value is (138,94,21). Sum of RGB (Red+Green+Blue) = 138+94+21=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5E15 is #75A1EA. Grayscale: #636363. Windows color (decimal): -7709163 or 1400458. OLE color: 1400458.

HSL color Cylindrical-coordinate representation of color #8A5E15: hue angle of 37.44º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A5E15 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 94 21 -
CMYK 0 0.32 0.85 0.46
HSL 37.44º 0.74% 0.31% -
HSV(B) 37.44º 0.85% 0.54% -
XYZ 14.62 13.46 2.54 -
YUV 98.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 138 94 21 0 0.32 0.85 0.46 37.44 0.74 0.31
Hex 8A 5E 15 0 20 55 2E 25 4A 1F
Octal 212 136 25 0 40 125 56 45 112 37
Binary 10001010 1011110 10101 0 100000 1010101 101110 100101 1001010 11111

Color Harmonies of #8A5E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E15

Black with #8A5E15

Text Example


Text Example

White with #8A5E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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