Html Css Color HEX #895D0A Golden Brown

📋 copy color: '#895D0A'

red 137 ◦ green 93 ◦ blue 10

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

Shades of Golden Brown #895D0A

Tints of Golden Brown #895D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.75%

 BLUE value IS 10 (4.3% from 255) = 4.17%

R = 57.08%
G = 38.75%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#895D0A (or 0x895D0A) is known color: Golden Brown. HEX triplet: 89, 5D and 0A. RGB value is (137,93,10). Sum of RGB (Red+Green+Blue) = 137+93+10=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #895D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D0A is #76A2F5. Grayscale: #616161. Windows color (decimal): -7774966 or 679305. OLE color: 679305.

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

Color convert

RGB 137 93 10 -
CMYK 0 0.32 0.93 0.46
HSL 39.21º 0.86% 0.29% -
HSV(B) 39.21º 0.93% 0.54% -
XYZ 14.29 13.17 2.08 -
YUV 96.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 137 93 10 0 0.32 0.93 0.46 39.21 0.86 0.29
Hex 89 5D A 0 20 5D 2E 27 56 1D
Octal 211 135 12 0 40 135 56 47 126 35
Binary 10001001 1011101 1010 0 100000 1011101 101110 100111 1010110 11101

Color Harmonies of #895D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D0A

Black with #895D0A

Text Example


Text Example

White with #895D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,93,10); }

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

background-color css

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

 a { background-color: rgb(137,93,10); }

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

border-color css

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

 span { border-color: rgb(137,93,10); }

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