Html Css Color HEX #594818 Bronze Olive

📋 copy color: '#594818'

red 89 ◦ green 72 ◦ blue 24

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

Shades of Bronze Olive #594818

Tints of Bronze Olive #594818

RGB

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

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

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

R = 48.11%
G = 38.92%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#594818 (or 0x594818) is known color: Bronze Olive. HEX triplet: 59, 48 and 18. RGB value is (89,72,24). Sum of RGB (Red+Green+Blue) = 89+72+24=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #594818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594818 is #A6B7E7. Grayscale: #474747. Windows color (decimal): -10926056 or 1591385. OLE color: 1591385.

HSL color Cylindrical-coordinate representation of color #594818: hue angle of 44.31º 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 #594818 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 72 24 -
CMYK 0 0.19 0.73 0.65
HSL 44.31º 0.58% 0.22% -
HSV(B) 44.31º 0.73% 0.35% -
XYZ 6.6 6.82 1.83 -
YUV 71.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 89 72 24 0 0.19 0.73 0.65 44.31 0.58 0.22
Hex 59 48 18 0 13 49 41 2C 3A 16
Octal 131 110 30 0 23 111 101 54 72 26
Binary 1011001 1001000 11000 0 10011 1001001 1000001 101100 111010 10110

Color Harmonies of #594818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594818

Black with #594818

Text Example


Text Example

White with #594818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594818; }

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

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

background-color css

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

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

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

border-color css

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

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

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