Html Css Color HEX #594F0F Bronze Olive

📋 copy color: '#594F0F'

red 89 ◦ green 79 ◦ blue 15

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

Shades of Bronze Olive #594F0F

Tints of Bronze Olive #594F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.17%

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 48.63%
G = 43.17%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#594F0F (or 0x594F0F) is known color: Bronze Olive. HEX triplet: 59, 4F and 0F. RGB value is (89,79,15). Sum of RGB (Red+Green+Blue) = 89+79+15=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F0F is #A6B0F0. Grayscale: #4A4A4A. Windows color (decimal): -10924273 or 1003353. OLE color: 1003353.

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

Color convert

RGB 89 79 15 -
CMYK 0 0.11 0.83 0.65
HSL 51.89º 0.71% 0.2% -
HSV(B) 51.89º 0.83% 0.35% -
XYZ 7 7.75 1.58 -
YUV 74.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 89 79 15 0 0.11 0.83 0.65 51.89 0.71 0.2
Hex 59 4F F 0 B 53 41 34 47 14
Octal 131 117 17 0 13 123 101 64 107 24
Binary 1011001 1001111 1111 0 1011 1010011 1000001 110100 1000111 10100

Color Harmonies of #594F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F0F

Black with #594F0F

Text Example


Text Example

White with #594F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,79,15); }

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

background-color css

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

 a { background-color: rgb(89,79,15); }

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

border-color css

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

 span { border-color: rgb(89,79,15); }

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