#8D600A

Color #8D600A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #8D600A

Tints of Golden Brown #8D600A

Color information

#8D600A (or 0x8D600A) is unknown color: approx Golden Brown. HEX triplet: 8D, 60 and 0A. RGB value is (141,96,10). Sum of RGB (Red+Green+Blue) = 141+96+10=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D600A is #729FF5. Grayscale: #646464. Windows color (decimal): -7512054 or 680077. OLE color: 680077.

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

Color convert

RGB1419610-
CMYK00.320.930.45
HSL39.39º86.75%29.61%-
HSV(B)39.39º92.91%55.29%-
XYZ15.2214.052.2-
YUV99.6577.41157.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.09%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 10 (4.30% from 255) = 4.05%
R=57.09%
G=38.87%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141961000.320.930.4539.3986.7529.61
Hex8D60A0205D2D27571e
Octal21514012040135554712736
Binary100011011100000101001000001011101101101100111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D600A;
 }
 .AnyTagClassName
 {
   color: #8D600A;
 }
</style>
background-color css

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

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

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

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

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

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