Html Css Color HEX #8D6E04 Golden Brown

📋 copy color: '#8D6E04'

red 141 ◦ green 110 ◦ blue 4

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

Shades of Golden Brown #8D6E04

Tints of Golden Brown #8D6E04

RGB

 RED value IS 141 (55.47% from 255) = 55.29%

 GREEN value IS 110 (43.36% from 255) = 43.14%

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

R = 55.29%
G = 43.14%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8D6E04 (or 0x8D6E04) is known color: Golden Brown. HEX triplet: 8D, 6E and 04. RGB value is (141,110,4). Sum of RGB (Red+Green+Blue) = 141+110+4=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6E04 is #7291FB. Grayscale: #6B6B6B. Windows color (decimal): -7508476 or 290445. OLE color: 290445.

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

Color convert

RGB 141 110 4 -
CMYK 0 0.22 0.97 0.45
HSL 46.42º 0.94% 0.28% -
HSV(B) 46.42º 0.97% 0.55% -
XYZ 16.58 16.82 2.49 -
YUV 107.19 69.77 152.12 -
System Red Green Blue C M Y K H S L
Decimal 141 110 4 0 0.22 0.97 0.45 46.42 0.94 0.28
Hex 8D 6E 4 0 16 61 2D 2E 5E 1C
Octal 215 156 4 0 26 141 55 56 136 34
Binary 10001101 1101110 100 0 10110 1100001 101101 101110 1011110 11100

Color Harmonies of #8D6E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E04

Black with #8D6E04

Text Example


Text Example

White with #8D6E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,110,4); }

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

background-color css

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

 a { background-color: rgb(141,110,4); }

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

border-color css

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

 span { border-color: rgb(141,110,4); }

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