Html Css Color HEX #895B05 Golden Brown

📋 copy color: '#895B05'

red 137 ◦ green 91 ◦ blue 5

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

Shades of Golden Brown #895B05

Tints of Golden Brown #895B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.06%

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

R = 58.8%
G = 39.06%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#895B05 (or 0x895B05) is known color: Golden Brown. HEX triplet: 89, 5B and 05. RGB value is (137,91,5). Sum of RGB (Red+Green+Blue) = 137+91+5=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #895B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895B05 is #76A4FA. Grayscale: #5F5F5F. Windows color (decimal): -7775483 or 351113. OLE color: 351113.

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

Color convert

RGB 137 91 5 -
CMYK 0 0.34 0.96 0.46
HSL 39.09º 0.93% 0.28% -
HSV(B) 39.09º 0.96% 0.54% -
XYZ 14.09 12.81 1.87 -
YUV 94.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 137 91 5 0 0.34 0.96 0.46 39.09 0.93 0.28
Hex 89 5B 5 0 22 60 2E 27 5D 1C
Octal 211 133 5 0 42 140 56 47 135 34
Binary 10001001 1011011 101 0 100010 1100000 101110 100111 1011101 11100

Color Harmonies of #895B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B05

Black with #895B05

Text Example


Text Example

White with #895B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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