Html Css Color HEX #594816 Bronze Olive

📋 copy color: '#594816'

red 89 ◦ green 72 ◦ blue 22

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

Shades of Bronze Olive #594816

Tints of Bronze Olive #594816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 48.63%
G = 39.34%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#594816 (or 0x594816) is known color: Bronze Olive. HEX triplet: 59, 48 and 16. RGB value is (89,72,22). Sum of RGB (Red+Green+Blue) = 89+72+22=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594816 is #A6B7E9. Grayscale: #474747. Windows color (decimal): -10926058 or 1460313. OLE color: 1460313.

HSL color Cylindrical-coordinate representation of color #594816: hue angle of 44.78º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #594816 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 72 22 -
CMYK 0 0.19 0.75 0.65
HSL 44.78º 0.6% 0.22% -
HSV(B) 44.78º 0.75% 0.35% -
XYZ 6.58 6.82 1.73 -
YUV 71.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 89 72 22 0 0.19 0.75 0.65 44.78 0.6 0.22
Hex 59 48 16 0 13 4B 41 2D 3C 16
Octal 131 110 26 0 23 113 101 55 74 26
Binary 1011001 1001000 10110 0 10011 1001011 1000001 101101 111100 10110

Color Harmonies of #594816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594816

Black with #594816

Text Example


Text Example

White with #594816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594816; }

 p { color: rgb(89,72,22); }

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

background-color css

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

 a { background-color: rgb(89,72,22); }

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

border-color css

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

 span { border-color: rgb(89,72,22); }

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