Html Css Color HEX #594B21 Bronze Olive

📋 copy color: '#594B21'

red 89 ◦ green 75 ◦ blue 33

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

Shades of Bronze Olive #594B21

Tints of Bronze Olive #594B21

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.07%

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 45.18%
G = 38.07%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#594B21 (or 0x594B21) is known color: Bronze Olive. HEX triplet: 59, 4B and 21. RGB value is (89,75,33). Sum of RGB (Red+Green+Blue) = 89+75+33=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B21 is #A6B4DE. Grayscale: #4A4A4A. Windows color (decimal): -10925279 or 2181977. OLE color: 2181977.

HSL color Cylindrical-coordinate representation of color #594B21: hue angle of 45º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594B21 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 75 33 -
CMYK 0 0.16 0.63 0.65
HSL 45º 0.46% 0.24% -
HSV(B) 45º 0.63% 0.35% -
XYZ 6.91 7.27 2.48 -
YUV 74.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 89 75 33 0 0.16 0.63 0.65 45 0.46 0.24
Hex 59 4B 21 0 10 3F 41 2D 2E 18
Octal 131 113 41 0 20 77 101 55 56 30
Binary 1011001 1001011 100001 0 10000 111111 1000001 101101 101110 11000

Color Harmonies of #594B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B21

Black with #594B21

Text Example


Text Example

White with #594B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594B21; }

 p { color: rgb(89,75,33); }

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

background-color css

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

 a { background-color: rgb(89,75,33); }

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

border-color css

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

 span { border-color: rgb(89,75,33); }

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