#8B640C

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

Shades of Golden Brown #8B640C

Tints of Golden Brown #8B640C

Color information

#8B640C (or 0x8B640C) is unknown color: approx Golden Brown. HEX triplet: 8B, 64 and 0C. RGB value is (139,100,12). Sum of RGB (Red+Green+Blue) = 139+100+12=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B640C is #749BF3. Grayscale: #666666. Windows color (decimal): -7642100 or 812171. OLE color: 812171.

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

Color convert

RGB13910012-
CMYK00.280.910.45
HSL41.57º84.11%29.61%-
HSV(B)41.57º91.37%54.51%-
XYZ15.2714.632.37-
YUV101.6377.42154.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.38%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 12 (5.08% from 255) = 4.78%
R=55.38%
G=39.84%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391001200.280.910.4541.5784.1129.61
Hex8B64C01C5B2D2a541e
Octal21314414034133555212436
Binary10001011110010011000111001011011101101101010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,12); }

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

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

 a { background-color: rgb(139,100,12); }

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

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

 span { border-color: rgb(139,100,12); }

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