Html Css Color HEX #594B2B Bronze Olive

📋 copy color: '#594B2B'

red 89 ◦ green 75 ◦ blue 43

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

Shades of Bronze Olive #594B2B

Tints of Bronze Olive #594B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 43%
G = 36.23%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#594B2B (or 0x594B2B) is known color: Bronze Olive. HEX triplet: 59, 4B and 2B. RGB value is (89,75,43). Sum of RGB (Red+Green+Blue) = 89+75+43=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #594B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B2B is #A6B4D4. Grayscale: #4B4B4B. Windows color (decimal): -10925269 or 2837337. OLE color: 2837337.

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

Color convert

RGB 89 75 43 -
CMYK 0 0.16 0.52 0.65
HSL 41.74º 0.35% 0.26% -
HSV(B) 41.74º 0.52% 0.35% -
XYZ 7.07 7.33 3.33 -
YUV 75.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 89 75 43 0 0.16 0.52 0.65 41.74 0.35 0.26
Hex 59 4B 2B 0 10 34 41 2A 23 1A
Octal 131 113 53 0 20 64 101 52 43 32
Binary 1011001 1001011 101011 0 10000 110100 1000001 101010 100011 11010

Color Harmonies of #594B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B2B

Black with #594B2B

Text Example


Text Example

White with #594B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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