Html Css Color HEX #8D5A00 Golden Brown

📋 copy color: '#8D5A00'

red 141 ◦ green 90 ◦ blue 0

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

Shades of Golden Brown #8D5A00

Tints of Golden Brown #8D5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.04%
G = 38.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8D5A00 (or 0x8D5A00) is known color: Golden Brown. HEX triplet: 8D, 5A and 00. RGB value is (141,90,0). Sum of RGB (Red+Green+Blue) = 141+90+0=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5A00 is #72A5FF. Grayscale: #5F5F5F. Windows color (decimal): -7513600 or 23181. OLE color: 23181.

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

Color convert

RGB 141 90 0 -
CMYK 0 0.36 1 0.45
HSL 38.3º 1% 0.28% -
HSV(B) 38.3º 1% 0.55% -
XYZ 14.64 12.98 1.73 -
YUV 94.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 141 90 0 0 0.36 1 0.45 38.3 1 0.28
Hex 8D 5A 0 0 24 64 2D 26 64 1C
Octal 215 132 0 0 44 144 55 46 144 34
Binary 10001101 1011010 0 0 100100 1100100 101101 100110 1100100 11100

Color Harmonies of #8D5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5A00

Black with #8D5A00

Text Example


Text Example

White with #8D5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,90,0); }

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

background-color css

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

 a { background-color: rgb(141,90,0); }

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

border-color css

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

 span { border-color: rgb(141,90,0); }

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