Html Css Color HEX #8A6204 Golden Brown

📋 copy color: '#8A6204'

red 138 ◦ green 98 ◦ blue 4

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

Shades of Golden Brown #8A6204

Tints of Golden Brown #8A6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 57.5%
G = 40.83%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#8A6204 (or 0x8A6204) is known color: Golden Brown. HEX triplet: 8A, 62 and 04. RGB value is (138,98,4). Sum of RGB (Red+Green+Blue) = 138+98+4=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6204 is #759DFB. Grayscale: #636363. Windows color (decimal): -7708156 or 287370. OLE color: 287370.

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

Color convert

RGB 138 98 4 -
CMYK 0 0.29 0.97 0.46
HSL 42.09º 0.94% 0.28% -
HSV(B) 42.09º 0.97% 0.54% -
XYZ 14.87 14.15 2.06 -
YUV 99.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 138 98 4 0 0.29 0.97 0.46 42.09 0.94 0.28
Hex 8A 62 4 0 1D 61 2E 2A 5E 1C
Octal 212 142 4 0 35 141 56 52 136 34
Binary 10001010 1100010 100 0 11101 1100001 101110 101010 1011110 11100

Color Harmonies of #8A6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6204

Black with #8A6204

Text Example


Text Example

White with #8A6204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,98,4); }

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

background-color css

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

 a { background-color: rgb(138,98,4); }

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

border-color css

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

 span { border-color: rgb(138,98,4); }

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