Html Css Color HEX #594608 Bronze Olive

📋 copy color: '#594608'

red 89 ◦ green 70 ◦ blue 8

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

Shades of Bronze Olive #594608

Tints of Bronze Olive #594608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.79%

R = 53.29%
G = 41.92%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#594608 (or 0x594608) is known color: Bronze Olive. HEX triplet: 59, 46 and 08. RGB value is (89,70,8). Sum of RGB (Red+Green+Blue) = 89+70+8=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #594608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594608 is #A6B9F7. Grayscale: #444444. Windows color (decimal): -10926584 or 542297. OLE color: 542297.

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

Color convert

RGB 89 70 8 -
CMYK 0 0.21 0.91 0.65
HSL 45.93º 0.84% 0.19% -
HSV(B) 45.93º 0.91% 0.35% -
XYZ 6.35 6.52 1.15 -
YUV 68.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 89 70 8 0 0.21 0.91 0.65 45.93 0.84 0.19
Hex 59 46 8 0 15 5B 41 2E 54 13
Octal 131 106 10 0 25 133 101 56 124 23
Binary 1011001 1000110 1000 0 10101 1011011 1000001 101110 1010100 10011

Color Harmonies of #594608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594608

Black with #594608

Text Example


Text Example

White with #594608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594608; }

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

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

background-color css

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

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

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

border-color css

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

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

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