#8B670A

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

Shades of Golden Brown #8B670A

Tints of Golden Brown #8B670A

Color information

#8B670A (or 0x8B670A) is unknown color: approx Golden Brown. HEX triplet: 8B, 67 and 0A. RGB value is (139,103,10). Sum of RGB (Red+Green+Blue) = 139+103+10=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B670A is #7498F5. Grayscale: #676767. Windows color (decimal): -7641334 or 681867. OLE color: 681867.

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

Color convert

RGB13910310-
CMYK00.260.930.45
HSL43.26º86.58%29.22%-
HSV(B)43.26º92.81%54.51%-
XYZ15.5515.212.4-
YUV103.1675.43153.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=55.16%
G=40.87%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391031000.260.930.4543.2686.5829.22
Hex8B67A01A5D2D2b571d
Octal21314712032135555312735
Binary10001011110011110100110101011101101101101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,103,10); }

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

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

 a { background-color: rgb(139,103,10); }

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

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

 span { border-color: rgb(139,103,10); }

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