Html Css Color HEX #8A6400 Golden Brown

📋 copy color: '#8A6400'

red 138 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #8A6400

Tints of Golden Brown #8A6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.02%

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

R = 57.98%
G = 42.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#8A6400 (or 0x8A6400) is known color: Golden Brown. HEX triplet: 8A, 64 and 00. RGB value is (138,100,0). Sum of RGB (Red+Green+Blue) = 138+100+0=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6400 is #759BFF. Grayscale: #646464. Windows color (decimal): -7707648 or 25738. OLE color: 25738.

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

Color convert

RGB 138 100 0 -
CMYK 0 0.28 1 0.46
HSL 43.48º 1% 0.27% -
HSV(B) 43.48º 1% 0.54% -
XYZ 15.04 14.52 2.01 -
YUV 99.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 138 100 0 0 0.28 1 0.46 43.48 1 0.27
Hex 8A 64 0 0 1C 64 2E 2B 64 1B
Octal 212 144 0 0 34 144 56 53 144 33
Binary 10001010 1100100 0 0 11100 1100100 101110 101011 1100100 11011

Color Harmonies of #8A6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6400

Black with #8A6400

Text Example


Text Example

White with #8A6400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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