Html Css Color HEX #594C0C Bronze Olive

📋 copy color: '#594C0C'

red 89 ◦ green 76 ◦ blue 12

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

Shades of Bronze Olive #594C0C

Tints of Bronze Olive #594C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 50.28%
G = 42.94%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#594C0C (or 0x594C0C) is known color: Bronze Olive. HEX triplet: 59, 4C and 0C. RGB value is (89,76,12). Sum of RGB (Red+Green+Blue) = 89+76+12=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #594C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C0C is #A6B3F3. Grayscale: #484848. Windows color (decimal): -10925044 or 805977. OLE color: 805977.

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

Color convert

RGB 89 76 12 -
CMYK 0 0.15 0.87 0.65
HSL 49.87º 0.76% 0.2% -
HSV(B) 49.87º 0.87% 0.35% -
XYZ 6.77 7.32 1.4 -
YUV 72.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 89 76 12 0 0.15 0.87 0.65 49.87 0.76 0.2
Hex 59 4C C 0 F 57 41 32 4C 14
Octal 131 114 14 0 17 127 101 62 114 24
Binary 1011001 1001100 1100 0 1111 1010111 1000001 110010 1001100 10100

Color Harmonies of #594C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C0C

Black with #594C0C

Text Example


Text Example

White with #594C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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