Html Css Color HEX #8A6A02 Golden Brown

📋 copy color: '#8A6A02'

red 138 ◦ green 106 ◦ blue 2

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

Shades of Golden Brown #8A6A02

Tints of Golden Brown #8A6A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.09%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 56.1%
G = 43.09%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A6A02 (or 0x8A6A02) is known color: Golden Brown. HEX triplet: 8A, 6A and 02. RGB value is (138,106,2). Sum of RGB (Red+Green+Blue) = 138+106+2=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6A02 is #7595FD. Grayscale: #686868. Windows color (decimal): -7706110 or 158346. OLE color: 158346.

HSL color Cylindrical-coordinate representation of color #8A6A02: hue angle of 45.88º degrees, saturation: 0.97, 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 #8A6A02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 106 2 -
CMYK 0 0.23 0.99 0.46
HSL 45.88º 0.97% 0.27% -
HSV(B) 45.88º 0.99% 0.54% -
XYZ 15.65 15.72 2.27 -
YUV 103.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 138 106 2 0 0.23 0.99 0.46 45.88 0.97 0.27
Hex 8A 6A 2 0 17 63 2E 2E 61 1B
Octal 212 152 2 0 27 143 56 56 141 33
Binary 10001010 1101010 10 0 10111 1100011 101110 101110 1100001 11011

Color Harmonies of #8A6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6A02

Black with #8A6A02

Text Example


Text Example

White with #8A6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,106,2); }

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

background-color css

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

 a { background-color: rgb(138,106,2); }

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

border-color css

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

 span { border-color: rgb(138,106,2); }

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