Html Css Color HEX #896005 Golden Brown

📋 copy color: '#896005'

red 137 ◦ green 96 ◦ blue 5

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

Shades of Golden Brown #896005

Tints of Golden Brown #896005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 57.56%
G = 40.34%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#896005 (or 0x896005) is known color: Golden Brown. HEX triplet: 89, 60 and 05. RGB value is (137,96,5). Sum of RGB (Red+Green+Blue) = 137+96+5=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #896005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896005 is #769FFA. Grayscale: #626262. Windows color (decimal): -7774203 or 352393. OLE color: 352393.

HSL color Cylindrical-coordinate representation of color #896005: hue angle of 41.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #896005 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 5 -
CMYK 0 0.30 0.96 0.46
HSL 41.36º 0.93% 0.28% -
HSV(B) 41.36º 0.96% 0.54% -
XYZ 14.53 13.7 2.02 -
YUV 97.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 137 96 5 0 0.30 0.96 0.46 41.36 0.93 0.28
Hex 89 60 5 0 1E 60 2E 29 5D 1C
Octal 211 140 5 0 36 140 56 51 135 34
Binary 10001001 1100000 101 0 11110 1100000 101110 101001 1011101 11100

Color Harmonies of #896005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896005

Black with #896005

Text Example


Text Example

White with #896005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896005; }

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

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

background-color css

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

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

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

border-color css

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

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

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