#8B5B03

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

Shades of Golden Brown #8B5B03

Tints of Golden Brown #8B5B03

Color information

#8B5B03 (or 0x8B5B03) is unknown color: approx Golden Brown. HEX triplet: 8B, 5B and 03. RGB value is (139,91,3). Sum of RGB (Red+Green+Blue) = 139+91+3=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5B03 is #74A4FC. Grayscale: #5F5F5F. Windows color (decimal): -7644413 or 220043. OLE color: 220043.

HSL color Cylindrical-coordinate representation of color #8B5B03: hue angle of 38.82º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B5B03 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB139913-
CMYK00.350.980.45
HSL38.82º95.77%27.84%-
HSV(B)38.82º97.84%54.51%-
XYZ14.412.981.83-
YUV95.3275.9159.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=59.66%
G=39.06%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13991300.350.980.4538.8295.7727.84
Hex8B5B3023622D27601c
Octal2131333043142554714034
Binary1000101110110111101000111100010101101100111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,91,3); }

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

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

 a { background-color: rgb(139,91,3); }

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

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

 span { border-color: rgb(139,91,3); }

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