Html Css Color HEX #594D0D Bronze Olive

📋 copy color: '#594D0D'

red 89 ◦ green 77 ◦ blue 13

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

Shades of Bronze Olive #594D0D

Tints of Bronze Olive #594D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.02%

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

R = 49.72%
G = 43.02%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#594D0D (or 0x594D0D) is known color: Bronze Olive. HEX triplet: 59, 4D and 0D. RGB value is (89,77,13). Sum of RGB (Red+Green+Blue) = 89+77+13=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #594D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D0D is #A6B2F2. Grayscale: #494949. Windows color (decimal): -10924787 or 871769. OLE color: 871769.

HSL color Cylindrical-coordinate representation of color #594D0D: hue angle of 50.53º 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 #594D0D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 77 13 -
CMYK 0 0.13 0.85 0.65
HSL 50.53º 0.75% 0.2% -
HSV(B) 50.53º 0.85% 0.35% -
XYZ 6.85 7.46 1.46 -
YUV 73.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 89 77 13 0 0.13 0.85 0.65 50.53 0.75 0.2
Hex 59 4D D 0 D 55 41 33 4B 14
Octal 131 115 15 0 15 125 101 63 113 24
Binary 1011001 1001101 1101 0 1101 1010101 1000001 110011 1001011 10100

Color Harmonies of #594D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D0D

Black with #594D0D

Text Example


Text Example

White with #594D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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