Html Css Color HEX #896007 Golden Brown

📋 copy color: '#896007'

red 137 ◦ green 96 ◦ blue 7

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

Shades of Golden Brown #896007

Tints of Golden Brown #896007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

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

R = 57.08%
G = 40%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#896007 (or 0x896007) is known color: Golden Brown. HEX triplet: 89, 60 and 07. RGB value is (137,96,7). Sum of RGB (Red+Green+Blue) = 137+96+7=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #896007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896007 is #769FF8. Grayscale: #626262. Windows color (decimal): -7774201 or 483465. OLE color: 483465.

HSL color Cylindrical-coordinate representation of color #896007: hue angle of 41.08º 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 #896007 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 7 -
CMYK 0 0.30 0.95 0.46
HSL 41.08º 0.9% 0.28% -
HSV(B) 41.08º 0.95% 0.54% -
XYZ 14.54 13.7 2.08 -
YUV 98.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 137 96 7 0 0.30 0.95 0.46 41.08 0.9 0.28
Hex 89 60 7 0 1E 5F 2E 29 5A 1C
Octal 211 140 7 0 36 137 56 51 132 34
Binary 10001001 1100000 111 0 11110 1011111 101110 101001 1011010 11100

Color Harmonies of #896007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896007

Black with #896007

Text Example


Text Example

White with #896007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896007; }

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

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

background-color css

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

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

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

border-color css

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

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

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