Html Css Color HEX #594612 Bronze Olive

📋 copy color: '#594612'

red 89 ◦ green 70 ◦ blue 18

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

Shades of Bronze Olive #594612

Tints of Bronze Olive #594612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 50.28%
G = 39.55%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#594612 (or 0x594612) is known color: Bronze Olive. HEX triplet: 59, 46 and 12. RGB value is (89,70,18). Sum of RGB (Red+Green+Blue) = 89+70+18=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #594612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594612 is #A6B9ED. Grayscale: #454545. Windows color (decimal): -10926574 or 1197657. OLE color: 1197657.

HSL color Cylindrical-coordinate representation of color #594612: hue angle of 43.94º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #594612 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 70 18 -
CMYK 0 0.21 0.80 0.65
HSL 43.94º 0.66% 0.21% -
HSV(B) 43.94º 0.8% 0.35% -
XYZ 6.42 6.55 1.5 -
YUV 69.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 89 70 18 0 0.21 0.80 0.65 43.94 0.66 0.21
Hex 59 46 12 0 15 50 41 2C 42 15
Octal 131 106 22 0 25 120 101 54 102 25
Binary 1011001 1000110 10010 0 10101 1010000 1000001 101100 1000010 10101

Color Harmonies of #594612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594612

Black with #594612

Text Example


Text Example

White with #594612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594612; }

 p { color: rgb(89,70,18); }

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

background-color css

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

 a { background-color: rgb(89,70,18); }

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

border-color css

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

 span { border-color: rgb(89,70,18); }

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