Html Css Color HEX #594C10 Bronze Olive

📋 copy color: '#594C10'

red 89 ◦ green 76 ◦ blue 16

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

Shades of Bronze Olive #594C10

Tints of Bronze Olive #594C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.99%

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 49.17%
G = 41.99%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#594C10 (or 0x594C10) is known color: Bronze Olive. HEX triplet: 59, 4C and 10. RGB value is (89,76,16). Sum of RGB (Red+Green+Blue) = 89+76+16=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #594C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C10 is #A6B3EF. Grayscale: #494949. Windows color (decimal): -10925040 or 1068121. OLE color: 1068121.

HSL color Cylindrical-coordinate representation of color #594C10: hue angle of 49.32º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #594C10 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 76 16 -
CMYK 0 0.15 0.82 0.65
HSL 49.32º 0.7% 0.21% -
HSV(B) 49.32º 0.82% 0.35% -
XYZ 6.8 7.33 1.55 -
YUV 73.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 89 76 16 0 0.15 0.82 0.65 49.32 0.7 0.21
Hex 59 4C 10 0 F 52 41 31 46 15
Octal 131 114 20 0 17 122 101 61 106 25
Binary 1011001 1001100 10000 0 1111 1010010 1000001 110001 1000110 10101

Color Harmonies of #594C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C10

Black with #594C10

Text Example


Text Example

White with #594C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,76,16); }

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

background-color css

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

 a { background-color: rgb(89,76,16); }

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

border-color css

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

 span { border-color: rgb(89,76,16); }

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