#89600D

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

Shades of Golden Brown #89600D

Tints of Golden Brown #89600D

Color information

#89600D (or 0x89600D) is unknown color: approx Golden Brown. HEX triplet: 89, 60 and 0D. RGB value is (137,96,13). Sum of RGB (Red+Green+Blue) = 137+96+13=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #89600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89600D is #769FF2. Grayscale: #636363. Windows color (decimal): -7774195 or 876681. OLE color: 876681.

HSL color Cylindrical-coordinate representation of color #89600D: hue angle of 40.16º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89600D is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1379613-
CMYK00.300.910.46
HSL40.16º82.67%29.41%-
HSV(B)40.16º90.51%53.73%-
XYZ14.5713.712.26-
YUV98.879.58155.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.69%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=55.69%
G=39.02%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137961300.300.910.4640.1682.6729.41
Hex8960D01E5B2E28531d
Octal21114015036133565012335
Binary10001001110000011010111101011011101110101000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89600D; }

 p { color: rgb(137,96,13); }

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

<style>
 a { background-color: #89600D; }

 a { background-color: rgb(137,96,13); }

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

<style>
 span { border-color: #89600D; }

 span { border-color: rgb(137,96,13); }

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