Html Css Color HEX #8A6116 Golden Brown

📋 copy color: '#8A6116'

red 138 ◦ green 97 ◦ blue 22

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

Shades of Golden Brown #8A6116

Tints of Golden Brown #8A6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.74%

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 53.7%
G = 37.74%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#8A6116 (or 0x8A6116) is known color: Golden Brown. HEX triplet: 8A, 61 and 16. RGB value is (138,97,22). Sum of RGB (Red+Green+Blue) = 138+97+22=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6116 is #759EE9. Grayscale: #656565. Windows color (decimal): -7708394 or 1466762. OLE color: 1466762.

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

Color convert

RGB 138 97 22 -
CMYK 0 0.30 0.84 0.46
HSL 38.79º 0.73% 0.31% -
HSV(B) 38.79º 0.84% 0.54% -
XYZ 14.9 14.01 2.68 -
YUV 100.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 138 97 22 0 0.30 0.84 0.46 38.79 0.73 0.31
Hex 8A 61 16 0 1E 54 2E 27 48 1F
Octal 212 141 26 0 36 124 56 47 110 37
Binary 10001010 1100001 10110 0 11110 1010100 101110 100111 1001000 11111

Color Harmonies of #8A6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6116

Black with #8A6116

Text Example


Text Example

White with #8A6116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,97,22); }

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

background-color css

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

 a { background-color: rgb(138,97,22); }

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

border-color css

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

 span { border-color: rgb(138,97,22); }

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