Html Css Color HEX #895801 Golden Brown

📋 copy color: '#895801'

red 137 ◦ green 88 ◦ blue 1

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

Shades of Golden Brown #895801

Tints of Golden Brown #895801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 60.62%
G = 38.94%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#895801 (or 0x895801) is known color: Golden Brown. HEX triplet: 89, 58 and 01. RGB value is (137,88,1). Sum of RGB (Red+Green+Blue) = 137+88+1=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #895801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895801 is #76A7FE. Grayscale: #5D5D5D. Windows color (decimal): -7776255 or 88201. OLE color: 88201.

HSL color Cylindrical-coordinate representation of color #895801: hue angle of 38.38º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #895801 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 1 -
CMYK 0 0.36 0.99 0.46
HSL 38.38º 0.99% 0.27% -
HSV(B) 38.38º 0.99% 0.54% -
XYZ 13.81 12.3 1.67 -
YUV 92.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 137 88 1 0 0.36 0.99 0.46 38.38 0.99 0.27
Hex 89 58 1 0 24 63 2E 26 63 1B
Octal 211 130 1 0 44 143 56 46 143 33
Binary 10001001 1011000 1 0 100100 1100011 101110 100110 1100011 11011

Color Harmonies of #895801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895801

Black with #895801

Text Example


Text Example

White with #895801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895801; }

 p { color: rgb(137,88,1); }

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

background-color css

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

 a { background-color: rgb(137,88,1); }

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

border-color css

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

 span { border-color: rgb(137,88,1); }

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