Html Css Color HEX #89600D Golden Brown

📋 copy color: '#89600D'

red 137 ◦ green 96 ◦ blue 13

#89600D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #89600D

Tints of Golden Brown #89600D

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 value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89600D (or 0x89600D) is known color: 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

RGB 137 96 13 -
CMYK 0 0.30 0.91 0.46
HSL 40.16º 0.83% 0.29% -
HSV(B) 40.16º 0.91% 0.54% -
XYZ 14.57 13.71 2.26 -
YUV 98.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 137 96 13 0 0.30 0.91 0.46 40.16 0.83 0.29
Hex 89 60 D 0 1E 5B 2E 28 53 1D
Octal 211 140 15 0 36 133 56 50 123 35
Binary 10001001 1100000 1101 0 11110 1011011 101110 101000 1010011 11101

Color Harmonies of #89600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89600D

Black with #89600D

Text Example


Text Example

White with #89600D

Text Example


Text Example

HTML Codes & Css Web 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>