Html Css Color HEX #89640F Golden Brown

📋 copy color: '#89640F'

red 137 ◦ green 100 ◦ blue 15

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

Shades of Golden Brown #89640F

Tints of Golden Brown #89640F

RGB

 RED value IS 137 (53.91% from 255) = 54.37%

 GREEN value IS 100 (39.45% from 255) = 39.68%

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 54.37%
G = 39.68%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89640F (or 0x89640F) is known color: Golden Brown. HEX triplet: 89, 64 and 0F. RGB value is (137,100,15). Sum of RGB (Red+Green+Blue) = 137+100+15=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89640F is #769BF0. Grayscale: #656565. Windows color (decimal): -7773169 or 1008777. OLE color: 1008777.

HSL color Cylindrical-coordinate representation of color #89640F: hue angle of 41.8º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89640F is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 15 -
CMYK 0 0.27 0.89 0.46
HSL 41.8º 0.8% 0.3% -
HSV(B) 41.8º 0.89% 0.54% -
XYZ 14.96 14.47 2.46 -
YUV 101.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 137 100 15 0 0.27 0.89 0.46 41.8 0.8 0.3
Hex 89 64 F 0 1B 59 2E 2A 50 1E
Octal 211 144 17 0 33 131 56 52 120 36
Binary 10001001 1100100 1111 0 11011 1011001 101110 101010 1010000 11110

Color Harmonies of #89640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89640F

Black with #89640F

Text Example


Text Example

White with #89640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89640F; }

 p { color: rgb(137,100,15); }

 H1.HeaderClassName
 {
   color: #89640F;
 }
 .AnyTagClassName
 {
   color: #89640F;
 }
</style>

background-color css

<style>
 a { background-color: #89640F; }

 a { background-color: rgb(137,100,15); }

 div.DivClassName
 {
   background-color: #89640F;
 }
 .BgClassName
 {
   background-color: #89640F;
 }
</style>

border-color css

<style>
 span { border-color: #89640F; }

 span { border-color: rgb(137,100,15); }

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