Html Css Color HEX #895D08 Golden Brown

📋 copy color: '#895D08'

red 137 ◦ green 93 ◦ blue 8

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

Shades of Golden Brown #895D08

Tints of Golden Brown #895D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 57.56%
G = 39.08%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#895D08 (or 0x895D08) is known color: Golden Brown. HEX triplet: 89, 5D and 08. RGB value is (137,93,8). Sum of RGB (Red+Green+Blue) = 137+93+8=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #895D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D08 is #76A2F7. Grayscale: #606060. Windows color (decimal): -7774968 or 548233. OLE color: 548233.

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

Color convert

RGB 137 93 8 -
CMYK 0 0.32 0.94 0.46
HSL 39.53º 0.89% 0.28% -
HSV(B) 39.53º 0.94% 0.54% -
XYZ 14.27 13.16 2.02 -
YUV 96.47 78.08 156.91 -
System Red Green Blue C M Y K H S L
Decimal 137 93 8 0 0.32 0.94 0.46 39.53 0.89 0.28
Hex 89 5D 8 0 20 5E 2E 28 59 1C
Octal 211 135 10 0 40 136 56 50 131 34
Binary 10001001 1011101 1000 0 100000 1011110 101110 101000 1011001 11100

Color Harmonies of #895D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D08

Black with #895D08

Text Example


Text Example

White with #895D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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