Html Css Color HEX #594B2A Bronze Olive

📋 copy color: '#594B2A'

red 89 ◦ green 75 ◦ blue 42

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

Shades of Bronze Olive #594B2A

Tints of Bronze Olive #594B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 43.2%
G = 36.41%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#594B2A (or 0x594B2A) is known color: Bronze Olive. HEX triplet: 59, 4B and 2A. RGB value is (89,75,42). Sum of RGB (Red+Green+Blue) = 89+75+42=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #594B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B2A is #A6B4D5. Grayscale: #4B4B4B. Windows color (decimal): -10925270 or 2771801. OLE color: 2771801.

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

Color convert

RGB 89 75 42 -
CMYK 0 0.16 0.53 0.65
HSL 42.13º 0.36% 0.26% -
HSV(B) 42.13º 0.53% 0.35% -
XYZ 7.05 7.32 3.23 -
YUV 75.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 89 75 42 0 0.16 0.53 0.65 42.13 0.36 0.26
Hex 59 4B 2A 0 10 35 41 2A 24 1A
Octal 131 113 52 0 20 65 101 52 44 32
Binary 1011001 1001011 101010 0 10000 110101 1000001 101010 100100 11010

Color Harmonies of #594B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B2A

Black with #594B2A

Text Example


Text Example

White with #594B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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