Html Css Color HEX #8D6805 Golden Brown

📋 copy color: '#8D6805'

red 141 ◦ green 104 ◦ blue 5

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

Shades of Golden Brown #8D6805

Tints of Golden Brown #8D6805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.6%

 BLUE value IS 5 (2.34% from 255) = 2%

R = 56.4%
G = 41.6%
B = 2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D6805 (or 0x8D6805) is known color: Golden Brown. HEX triplet: 8D, 68 and 05. RGB value is (141,104,5). Sum of RGB (Red+Green+Blue) = 141+104+5=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6805 is #7297FA. Grayscale: #686868. Windows color (decimal): -7510011 or 354445. OLE color: 354445.

HSL color Cylindrical-coordinate representation of color #8D6805: hue angle of 43.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D6805 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 104 5 -
CMYK 0 0.26 0.96 0.45
HSL 43.68º 0.93% 0.29% -
HSV(B) 43.68º 0.96% 0.55% -
XYZ 15.96 15.57 2.31 -
YUV 103.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 141 104 5 0 0.26 0.96 0.45 43.68 0.93 0.29
Hex 8D 68 5 0 1A 60 2D 2C 5D 1D
Octal 215 150 5 0 32 140 55 54 135 35
Binary 10001101 1101000 101 0 11010 1100000 101101 101100 1011101 11101

Color Harmonies of #8D6805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6805

Black with #8D6805

Text Example


Text Example

White with #8D6805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,104,5); }

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

background-color css

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

 a { background-color: rgb(141,104,5); }

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

border-color css

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

 span { border-color: rgb(141,104,5); }

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