Html Css Color HEX #895C04 Golden Brown

📋 copy color: '#895C04'

red 137 ◦ green 92 ◦ blue 4

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

Shades of Golden Brown #895C04

Tints of Golden Brown #895C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.48%

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

R = 58.8%
G = 39.48%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#895C04 (or 0x895C04) is known color: Golden Brown. HEX triplet: 89, 5C and 04. RGB value is (137,92,4). Sum of RGB (Red+Green+Blue) = 137+92+4=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #895C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895C04 is #76A3FB. Grayscale: #5F5F5F. Windows color (decimal): -7775228 or 285833. OLE color: 285833.

HSL color Cylindrical-coordinate representation of color #895C04: hue angle of 39.7º 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 #895C04 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 92 4 -
CMYK 0 0.33 0.97 0.46
HSL 39.7º 0.94% 0.28% -
HSV(B) 39.7º 0.97% 0.54% -
XYZ 14.17 12.98 1.87 -
YUV 95.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 137 92 4 0 0.33 0.97 0.46 39.7 0.94 0.28
Hex 89 5C 4 0 21 61 2E 28 5E 1C
Octal 211 134 4 0 41 141 56 50 136 34
Binary 10001001 1011100 100 0 100001 1100001 101110 101000 1011110 11100

Color Harmonies of #895C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C04

Black with #895C04

Text Example


Text Example

White with #895C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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