Html Css Color HEX #594418 Bronze Olive

📋 copy color: '#594418'

red 89 ◦ green 68 ◦ blue 24

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

Shades of Bronze Olive #594418

Tints of Bronze Olive #594418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 49.17%
G = 37.57%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#594418 (or 0x594418) is known color: Bronze Olive. HEX triplet: 59, 44 and 18. RGB value is (89,68,24). Sum of RGB (Red+Green+Blue) = 89+68+24=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #594418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594418 is #A6BBE7. Grayscale: #454545. Windows color (decimal): -10927080 or 1590361. OLE color: 1590361.

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

Color convert

RGB 89 68 24 -
CMYK 0 0.24 0.73 0.65
HSL 40.62º 0.58% 0.22% -
HSV(B) 40.62º 0.73% 0.35% -
XYZ 6.35 6.32 1.75 -
YUV 69.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 89 68 24 0 0.24 0.73 0.65 40.62 0.58 0.22
Hex 59 44 18 0 18 49 41 29 3A 16
Octal 131 104 30 0 30 111 101 51 72 26
Binary 1011001 1000100 11000 0 11000 1001001 1000001 101001 111010 10110

Color Harmonies of #594418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594418

Black with #594418

Text Example


Text Example

White with #594418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594418; }

 p { color: rgb(89,68,24); }

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

background-color css

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

 a { background-color: rgb(89,68,24); }

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

border-color css

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

 span { border-color: rgb(89,68,24); }

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