Html Css Color HEX #8A6000 Golden Brown

📋 copy color: '#8A6000'

red 138 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #8A6000

Tints of Golden Brown #8A6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.97%
G = 41.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#8A6000 (or 0x8A6000) is known color: Golden Brown. HEX triplet: 8A, 60 and 00. RGB value is (138,96,0). Sum of RGB (Red+Green+Blue) = 138+96+0=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6000 is #759FFF. Grayscale: #626262. Windows color (decimal): -7708672 or 24714. OLE color: 24714.

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

Color convert

RGB 138 96 0 -
CMYK 0 0.30 1 0.46
HSL 41.74º 1% 0.27% -
HSV(B) 41.74º 1% 0.54% -
XYZ 14.66 13.77 1.88 -
YUV 97.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 138 96 0 0 0.30 1 0.46 41.74 1 0.27
Hex 8A 60 0 0 1E 64 2E 2A 64 1B
Octal 212 140 0 0 36 144 56 52 144 33
Binary 10001010 1100000 0 0 11110 1100100 101110 101010 1100100 11011

Color Harmonies of #8A6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6000

Black with #8A6000

Text Example


Text Example

White with #8A6000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,96,0); }

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

background-color css

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

 a { background-color: rgb(138,96,0); }

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

border-color css

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

 span { border-color: rgb(138,96,0); }

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