Html Css Color HEX #8A6A0B Golden Brown

📋 copy color: '#8A6A0B'

red 138 ◦ green 106 ◦ blue 11

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

Shades of Golden Brown #8A6A0B

Tints of Golden Brown #8A6A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 54.12%
G = 41.57%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#8A6A0B (or 0x8A6A0B) is known color: Golden Brown. HEX triplet: 8A, 6A and 0B. RGB value is (138,106,11). Sum of RGB (Red+Green+Blue) = 138+106+11=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6A0B is #7595F4. Grayscale: #696969. Windows color (decimal): -7706101 or 748170. OLE color: 748170.

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

Color convert

RGB 138 106 11 -
CMYK 0 0.23 0.92 0.46
HSL 44.88º 0.85% 0.29% -
HSV(B) 44.88º 0.92% 0.54% -
XYZ 15.7 15.74 2.53 -
YUV 104.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 138 106 11 0 0.23 0.92 0.46 44.88 0.85 0.29
Hex 8A 6A B 0 17 5C 2E 2D 55 1D
Octal 212 152 13 0 27 134 56 55 125 35
Binary 10001010 1101010 1011 0 10111 1011100 101110 101101 1010101 11101

Color Harmonies of #8A6A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6A0B

Black with #8A6A0B

Text Example


Text Example

White with #8A6A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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