Html Css Color HEX #896500 Golden Brown

📋 copy color: '#896500'

red 137 ◦ green 101 ◦ blue 0

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

Shades of Golden Brown #896500

Tints of Golden Brown #896500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.56%
G = 42.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896500 (or 0x896500) is known color: Golden Brown. HEX triplet: 89, 65 and 00. RGB value is (137,101,0). Sum of RGB (Red+Green+Blue) = 137+101+0=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #896500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896500 is #769AFF. Grayscale: #646464. Windows color (decimal): -7772928 or 25993. OLE color: 25993.

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

Color convert

RGB 137 101 0 -
CMYK 0 0.26 1 0.46
HSL 44.23º 1% 0.27% -
HSV(B) 44.23º 1% 0.54% -
XYZ 14.97 14.63 2.03 -
YUV 100.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 137 101 0 0 0.26 1 0.46 44.23 1 0.27
Hex 89 65 0 0 1A 64 2E 2C 64 1B
Octal 211 145 0 0 32 144 56 54 144 33
Binary 10001001 1100101 0 0 11010 1100100 101110 101100 1100100 11011

Color Harmonies of #896500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896500

Black with #896500

Text Example


Text Example

White with #896500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896500; }

 p { color: rgb(137,101,0); }

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

background-color css

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

 a { background-color: rgb(137,101,0); }

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

border-color css

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

 span { border-color: rgb(137,101,0); }

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