Html Css Color HEX #594A0D Bronze Olive

📋 copy color: '#594A0D'

red 89 ◦ green 74 ◦ blue 13

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

Shades of Bronze Olive #594A0D

Tints of Bronze Olive #594A0D

RGB

 RED value IS 89 (35.16% from 255) = 50.57%

 GREEN value IS 74 (29.3% from 255) = 42.05%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 50.57%
G = 42.05%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#594A0D (or 0x594A0D) is known color: Bronze Olive. HEX triplet: 59, 4A and 0D. RGB value is (89,74,13). Sum of RGB (Red+Green+Blue) = 89+74+13=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #594A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A0D is #A6B5F2. Grayscale: #474747. Windows color (decimal): -10925555 or 871001. OLE color: 871001.

HSL color Cylindrical-coordinate representation of color #594A0D: hue angle of 48.16º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #594A0D is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 74 13 -
CMYK 0 0.17 0.85 0.65
HSL 48.16º 0.75% 0.2% -
HSV(B) 48.16º 0.85% 0.35% -
XYZ 6.64 7.05 1.39 -
YUV 71.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 89 74 13 0 0.17 0.85 0.65 48.16 0.75 0.2
Hex 59 4A D 0 11 55 41 30 4B 14
Octal 131 112 15 0 21 125 101 60 113 24
Binary 1011001 1001010 1101 0 10001 1010101 1000001 110000 1001011 10100

Color Harmonies of #594A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A0D

Black with #594A0D

Text Example


Text Example

White with #594A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594A0D; }

 p { color: rgb(89,74,13); }

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

background-color css

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

 a { background-color: rgb(89,74,13); }

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

border-color css

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

 span { border-color: rgb(89,74,13); }

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