#8D630C

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

Shades of Golden Brown #8D630C

Tints of Golden Brown #8D630C

Color information

#8D630C (or 0x8D630C) is unknown color: approx Golden Brown. HEX triplet: 8D, 63 and 0C. RGB value is (141,99,12). Sum of RGB (Red+Green+Blue) = 141+99+12=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D630C is #729CF3. Grayscale: #666666. Windows color (decimal): -7511284 or 811917. OLE color: 811917.

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

Color convert

RGB1419912-
CMYK00.300.910.45
HSL40.47º84.31%30%-
HSV(B)40.47º91.49%55.29%-
XYZ15.5114.612.35-
YUV101.6477.41156.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 12 (5.08% from 255) = 4.76%
R=55.95%
G=39.29%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141991200.300.910.4540.4784.3130
Hex8D63C01E5B2D28541e
Octal21514314036133555012436
Binary10001101110001111000111101011011101101101000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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