Html Css Color HEX #895C07 Golden Brown

📋 copy color: '#895C07'

red 137 ◦ green 92 ◦ blue 7

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

Shades of Golden Brown #895C07

Tints of Golden Brown #895C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.98%

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 58.05%
G = 38.98%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#895C07 (or 0x895C07) is known color: Golden Brown. HEX triplet: 89, 5C and 07. RGB value is (137,92,7). Sum of RGB (Red+Green+Blue) = 137+92+7=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #895C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895C07 is #76A3F8. Grayscale: #606060. Windows color (decimal): -7775225 or 482441. OLE color: 482441.

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

Color convert

RGB 137 92 7 -
CMYK 0 0.33 0.95 0.46
HSL 39.23º 0.9% 0.28% -
HSV(B) 39.23º 0.95% 0.54% -
XYZ 14.18 12.99 1.96 -
YUV 95.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 137 92 7 0 0.33 0.95 0.46 39.23 0.9 0.28
Hex 89 5C 7 0 21 5F 2E 27 5A 1C
Octal 211 134 7 0 41 137 56 47 132 34
Binary 10001001 1011100 111 0 100001 1011111 101110 100111 1011010 11100

Color Harmonies of #895C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C07

Black with #895C07

Text Example


Text Example

White with #895C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,92,7); }

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

background-color css

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

 a { background-color: rgb(137,92,7); }

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

border-color css

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

 span { border-color: rgb(137,92,7); }

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