Html Css Color HEX #896300 Golden Brown

📋 copy color: '#896300'

red 137 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #896300

Tints of Golden Brown #896300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

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

R = 58.05%
G = 41.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896300 (or 0x896300) is known color: Golden Brown. HEX triplet: 89, 63 and 00. RGB value is (137,99,0). Sum of RGB (Red+Green+Blue) = 137+99+0=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #896300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896300 is #769CFF. Grayscale: #636363. Windows color (decimal): -7773440 or 25481. OLE color: 25481.

HSL color Cylindrical-coordinate representation of color #896300: hue angle of 43.36º 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 #896300 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 99 0 -
CMYK 0 0.28 1 0.46
HSL 43.36º 1% 0.27% -
HSV(B) 43.36º 1% 0.54% -
XYZ 14.78 14.24 1.97 -
YUV 99.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 137 99 0 0 0.28 1 0.46 43.36 1 0.27
Hex 89 63 0 0 1C 64 2E 2B 64 1B
Octal 211 143 0 0 34 144 56 53 144 33
Binary 10001001 1100011 0 0 11100 1100100 101110 101011 1100100 11011

Color Harmonies of #896300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896300

Black with #896300

Text Example


Text Example

White with #896300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896300; }

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

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

background-color css

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

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

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

border-color css

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

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

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