Html Css Color HEX #8D6A03 Golden Brown

📋 copy color: '#8D6A03'

red 141 ◦ green 106 ◦ blue 3

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

Shades of Golden Brown #8D6A03

Tints of Golden Brown #8D6A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 56.4%
G = 42.4%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8D6A03 (or 0x8D6A03) is known color: Golden Brown. HEX triplet: 8D, 6A and 03. RGB value is (141,106,3). Sum of RGB (Red+Green+Blue) = 141+106+3=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6A03 is #7295FC. Grayscale: #696969. Windows color (decimal): -7509501 or 223885. OLE color: 223885.

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

Color convert

RGB 141 106 3 -
CMYK 0 0.25 0.98 0.45
HSL 44.78º 0.96% 0.28% -
HSV(B) 44.78º 0.98% 0.55% -
XYZ 16.15 15.98 2.32 -
YUV 104.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 141 106 3 0 0.25 0.98 0.45 44.78 0.96 0.28
Hex 8D 6A 3 0 19 62 2D 2D 60 1C
Octal 215 152 3 0 31 142 55 55 140 34
Binary 10001101 1101010 11 0 11001 1100010 101101 101101 1100000 11100

Color Harmonies of #8D6A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6A03

Black with #8D6A03

Text Example


Text Example

White with #8D6A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,106,3); }

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

background-color css

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

 a { background-color: rgb(141,106,3); }

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

border-color css

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

 span { border-color: rgb(141,106,3); }

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