Html Css Color HEX #8A5E17 Golden Brown

📋 copy color: '#8A5E17'

red 138 ◦ green 94 ◦ blue 23

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

Shades of Golden Brown #8A5E17

Tints of Golden Brown #8A5E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 54.12%
G = 36.86%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A5E17 (or 0x8A5E17) is known color: Golden Brown. HEX triplet: 8A, 5E and 17. RGB value is (138,94,23). Sum of RGB (Red+Green+Blue) = 138+94+23=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5E17 is #75A1E8. Grayscale: #636363. Windows color (decimal): -7709161 or 1531530. OLE color: 1531530.

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

Color convert

RGB 138 94 23 -
CMYK 0 0.32 0.83 0.46
HSL 37.04º 0.71% 0.32% -
HSV(B) 37.04º 0.83% 0.54% -
XYZ 14.64 13.47 2.64 -
YUV 99.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 138 94 23 0 0.32 0.83 0.46 37.04 0.71 0.32
Hex 8A 5E 17 0 20 53 2E 25 47 20
Octal 212 136 27 0 40 123 56 45 107 40
Binary 10001010 1011110 10111 0 100000 1010011 101110 100101 1000111 100000

Color Harmonies of #8A5E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E17

Black with #8A5E17

Text Example


Text Example

White with #8A5E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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