Html Css Color HEX #895F04 Golden Brown

📋 copy color: '#895F04'

red 137 ◦ green 95 ◦ blue 4

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

Shades of Golden Brown #895F04

Tints of Golden Brown #895F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.25%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 58.05%
G = 40.25%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#895F04 (or 0x895F04) is known color: Golden Brown. HEX triplet: 89, 5F and 04. RGB value is (137,95,4). Sum of RGB (Red+Green+Blue) = 137+95+4=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #895F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895F04 is #76A0FB. Grayscale: #616161. Windows color (decimal): -7774460 or 286601. OLE color: 286601.

HSL color Cylindrical-coordinate representation of color #895F04: hue angle of 41.05º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #895F04 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 95 4 -
CMYK 0 0.31 0.97 0.46
HSL 41.05º 0.94% 0.28% -
HSV(B) 41.05º 0.97% 0.54% -
XYZ 14.43 13.51 1.96 -
YUV 97.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 137 95 4 0 0.31 0.97 0.46 41.05 0.94 0.28
Hex 89 5F 4 0 1F 61 2E 29 5E 1C
Octal 211 137 4 0 37 141 56 51 136 34
Binary 10001001 1011111 100 0 11111 1100001 101110 101001 1011110 11100

Color Harmonies of #895F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F04

Black with #895F04

Text Example


Text Example

White with #895F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895F04; }

 p { color: rgb(137,95,4); }

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

background-color css

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

 a { background-color: rgb(137,95,4); }

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

border-color css

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

 span { border-color: rgb(137,95,4); }

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