Html Css Color HEX #8A6401 Golden Brown

📋 copy color: '#8A6401'

red 138 ◦ green 100 ◦ blue 1

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

Shades of Golden Brown #8A6401

Tints of Golden Brown #8A6401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 57.74%
G = 41.84%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A6401 (or 0x8A6401) is known color: Golden Brown. HEX triplet: 8A, 64 and 01. RGB value is (138,100,1). Sum of RGB (Red+Green+Blue) = 138+100+1=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6401 is #759BFE. Grayscale: #646464. Windows color (decimal): -7707647 or 91274. OLE color: 91274.

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

Color convert

RGB 138 100 1 -
CMYK 0 0.28 0.99 0.46
HSL 43.36º 0.99% 0.27% -
HSV(B) 43.36º 0.99% 0.54% -
XYZ 15.04 14.52 2.04 -
YUV 100.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 138 100 1 0 0.28 0.99 0.46 43.36 0.99 0.27
Hex 8A 64 1 0 1C 63 2E 2B 63 1B
Octal 212 144 1 0 34 143 56 53 143 33
Binary 10001010 1100100 1 0 11100 1100011 101110 101011 1100011 11011

Color Harmonies of #8A6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6401

Black with #8A6401

Text Example


Text Example

White with #8A6401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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