#8D641B

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

Shades of Golden Brown #8D641B

Tints of Golden Brown #8D641B

Color information

#8D641B (or 0x8D641B) is unknown color: approx Golden Brown. HEX triplet: 8D, 64 and 1B. RGB value is (141,100,27). Sum of RGB (Red+Green+Blue) = 141+100+27=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D641B is #729BE4. Grayscale: #686868. Windows color (decimal): -7511013 or 1795213. OLE color: 1795213.

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

Color convert

RGB14110027-
CMYK00.290.810.45
HSL38.42º67.86%32.94%-
HSV(B)38.42º80.85%55.29%-
XYZ15.7414.863.07-
YUV103.9484.58154.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=52.61%
G=37.31%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411002700.290.810.4538.4267.8632.94
Hex8D641B01D512D264421
Octal21514433035121554610441
Binary1000110111001001101101110110100011011011001101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,27); }

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

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

 a { background-color: rgb(141,100,27); }

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

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

 span { border-color: rgb(141,100,27); }

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