Html Css Color HEX #896408 Golden Brown

📋 copy color: '#896408'

red 137 ◦ green 100 ◦ blue 8

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

Shades of Golden Brown #896408

Tints of Golden Brown #896408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.82%

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

R = 55.92%
G = 40.82%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#896408 (or 0x896408) is known color: Golden Brown. HEX triplet: 89, 64 and 08. RGB value is (137,100,8). Sum of RGB (Red+Green+Blue) = 137+100+8=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #896408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896408 is #769BF7. Grayscale: #646464. Windows color (decimal): -7773176 or 550025. OLE color: 550025.

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

Color convert

RGB 137 100 8 -
CMYK 0 0.27 0.94 0.46
HSL 42.79º 0.89% 0.28% -
HSV(B) 42.79º 0.94% 0.54% -
XYZ 14.92 14.45 2.23 -
YUV 100.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 137 100 8 0 0.27 0.94 0.46 42.79 0.89 0.28
Hex 89 64 8 0 1B 5E 2E 2B 59 1C
Octal 211 144 10 0 33 136 56 53 131 34
Binary 10001001 1100100 1000 0 11011 1011110 101110 101011 1011001 11100

Color Harmonies of #896408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896408

Black with #896408

Text Example


Text Example

White with #896408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896408; }

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

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

background-color css

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

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

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

border-color css

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

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

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