Html Css Color HEX #594C02 Bronze Olive

📋 copy color: '#594C02'

red 89 ◦ green 76 ◦ blue 2

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

Shades of Bronze Olive #594C02

Tints of Bronze Olive #594C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 53.29%
G = 45.51%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#594C02 (or 0x594C02) is known color: Bronze Olive. HEX triplet: 59, 4C and 02. RGB value is (89,76,2). Sum of RGB (Red+Green+Blue) = 89+76+2=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #594C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C02 is #A6B3FD. Grayscale: #474747. Windows color (decimal): -10925054 or 150617. OLE color: 150617.

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

Color convert

RGB 89 76 2 -
CMYK 0 0.15 0.98 0.65
HSL 51.03º 0.96% 0.18% -
HSV(B) 51.03º 0.98% 0.35% -
XYZ 6.72 7.3 1.11 -
YUV 71.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 89 76 2 0 0.15 0.98 0.65 51.03 0.96 0.18
Hex 59 4C 2 0 F 62 41 33 60 12
Octal 131 114 2 0 17 142 101 63 140 22
Binary 1011001 1001100 10 0 1111 1100010 1000001 110011 1100000 10010

Color Harmonies of #594C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C02

Black with #594C02

Text Example


Text Example

White with #594C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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