Html Css Color HEX #8D600F Golden Brown

📋 copy color: '#8D600F'

red 141 ◦ green 96 ◦ blue 15

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

Shades of Golden Brown #8D600F

Tints of Golden Brown #8D600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 55.95%
G = 38.1%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D600F (or 0x8D600F) is known color: Golden Brown. HEX triplet: 8D, 60 and 0F. RGB value is (141,96,15). Sum of RGB (Red+Green+Blue) = 141+96+15=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D600F is #729FF0. Grayscale: #646464. Windows color (decimal): -7512049 or 1007757. OLE color: 1007757.

HSL color Cylindrical-coordinate representation of color #8D600F: hue angle of 38.57º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D600F is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 96 15 -
CMYK 0 0.32 0.89 0.45
HSL 38.57º 0.81% 0.31% -
HSV(B) 38.57º 0.89% 0.55% -
XYZ 15.25 14.06 2.36 -
YUV 100.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 141 96 15 0 0.32 0.89 0.45 38.57 0.81 0.31
Hex 8D 60 F 0 20 59 2D 27 51 1F
Octal 215 140 17 0 40 131 55 47 121 37
Binary 10001101 1100000 1111 0 100000 1011001 101101 100111 1010001 11111

Color Harmonies of #8D600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D600F

Black with #8D600F

Text Example


Text Example

White with #8D600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,96,15); }

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

background-color css

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

 a { background-color: rgb(141,96,15); }

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

border-color css

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

 span { border-color: rgb(141,96,15); }

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