Html Css Color HEX #896205 Golden Brown

📋 copy color: '#896205'

red 137 ◦ green 98 ◦ blue 5

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

Shades of Golden Brown #896205

Tints of Golden Brown #896205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

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

R = 57.08%
G = 40.83%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#896205 (or 0x896205) is known color: Golden Brown. HEX triplet: 89, 62 and 05. RGB value is (137,98,5). Sum of RGB (Red+Green+Blue) = 137+98+5=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #896205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896205 is #769DFA. Grayscale: #636363. Windows color (decimal): -7773691 or 352905. OLE color: 352905.

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

Color convert

RGB 137 98 5 -
CMYK 0 0.28 0.96 0.46
HSL 42.27º 0.93% 0.28% -
HSV(B) 42.27º 0.96% 0.54% -
XYZ 14.71 14.06 2.08 -
YUV 99.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 137 98 5 0 0.28 0.96 0.46 42.27 0.93 0.28
Hex 89 62 5 0 1C 60 2E 2A 5D 1C
Octal 211 142 5 0 34 140 56 52 135 34
Binary 10001001 1100010 101 0 11100 1100000 101110 101010 1011101 11100

Color Harmonies of #896205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896205

Black with #896205

Text Example


Text Example

White with #896205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896205; }

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

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

background-color css

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

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

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

border-color css

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

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

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