#8D630F

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

Shades of Golden Brown #8D630F

Tints of Golden Brown #8D630F

Color information

#8D630F (or 0x8D630F) is unknown color: approx Golden Brown. HEX triplet: 8D, 63 and 0F. RGB value is (141,99,15). Sum of RGB (Red+Green+Blue) = 141+99+15=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D630F is #729CF0. Grayscale: #666666. Windows color (decimal): -7511281 or 1008525. OLE color: 1008525.

HSL color Cylindrical-coordinate representation of color #8D630F: hue angle of 40º 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 #8D630F is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1419915-
CMYK00.300.890.45
HSL40º80.77%30.59%-
HSV(B)40º89.36%55.29%-
XYZ15.5314.622.46-
YUV101.9878.91155.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.29%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=55.29%
G=38.82%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141991500.300.890.454080.7730.59
Hex8D63F01E592D28511f
Octal21514317036131555012137
Binary10001101110001111110111101011001101101101000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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