Html Css Color HEX #895B0C Golden Brown

📋 copy color: '#895B0C'

red 137 ◦ green 91 ◦ blue 12

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

Shades of Golden Brown #895B0C

Tints of Golden Brown #895B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 57.08%
G = 37.92%
B = 5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#895B0C (or 0x895B0C) is known color: Golden Brown. HEX triplet: 89, 5B and 0C. RGB value is (137,91,12). Sum of RGB (Red+Green+Blue) = 137+91+12=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #895B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895B0C is #76A4F3. Grayscale: #606060. Windows color (decimal): -7775476 or 809865. OLE color: 809865.

HSL color Cylindrical-coordinate representation of color #895B0C: hue angle of 37.92º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #895B0C is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 91 12 -
CMYK 0 0.34 0.91 0.46
HSL 37.92º 0.84% 0.29% -
HSV(B) 37.92º 0.91% 0.54% -
XYZ 14.12 12.83 2.08 -
YUV 95.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 137 91 12 0 0.34 0.91 0.46 37.92 0.84 0.29
Hex 89 5B C 0 22 5B 2E 26 54 1D
Octal 211 133 14 0 42 133 56 46 124 35
Binary 10001001 1011011 1100 0 100010 1011011 101110 100110 1010100 11101

Color Harmonies of #895B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B0C

Black with #895B0C

Text Example


Text Example

White with #895B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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