Html Css Color HEX #8D700D Golden Brown

📋 copy color: '#8D700D'

red 141 ◦ green 112 ◦ blue 13

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

Shades of Golden Brown #8D700D

Tints of Golden Brown #8D700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 53.01%
G = 42.11%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D700D (or 0x8D700D) is known color: Golden Brown. HEX triplet: 8D, 70 and 0D. RGB value is (141,112,13). Sum of RGB (Red+Green+Blue) = 141+112+13=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D700D is #728FF2. Grayscale: #6D6D6D. Windows color (decimal): -7507955 or 880781. OLE color: 880781.

HSL color Cylindrical-coordinate representation of color #8D700D: hue angle of 46.41º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D700D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 112 13 -
CMYK 0 0.21 0.91 0.45
HSL 46.41º 0.83% 0.3% -
HSV(B) 46.41º 0.91% 0.55% -
XYZ 16.85 17.28 2.83 -
YUV 109.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 141 112 13 0 0.21 0.91 0.45 46.41 0.83 0.3
Hex 8D 70 D 0 15 5B 2D 2E 53 1E
Octal 215 160 15 0 25 133 55 56 123 36
Binary 10001101 1110000 1101 0 10101 1011011 101101 101110 1010011 11110

Color Harmonies of #8D700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D700D

Black with #8D700D

Text Example


Text Example

White with #8D700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,112,13); }

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

background-color css

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

 a { background-color: rgb(141,112,13); }

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

border-color css

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

 span { border-color: rgb(141,112,13); }

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