Html Css Color HEX #594B26 Bronze Olive

📋 copy color: '#594B26'

red 89 ◦ green 75 ◦ blue 38

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

Shades of Bronze Olive #594B26

Tints of Bronze Olive #594B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.81%

R = 44.06%
G = 37.13%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#594B26 (or 0x594B26) is known color: Bronze Olive. HEX triplet: 59, 4B and 26. RGB value is (89,75,38). Sum of RGB (Red+Green+Blue) = 89+75+38=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #594B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B26 is #A6B4D9. Grayscale: #4B4B4B. Windows color (decimal): -10925274 or 2509657. OLE color: 2509657.

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

Color convert

RGB 89 75 38 -
CMYK 0 0.16 0.57 0.65
HSL 43.53º 0.4% 0.25% -
HSV(B) 43.53º 0.57% 0.35% -
XYZ 6.99 7.3 2.87 -
YUV 74.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 89 75 38 0 0.16 0.57 0.65 43.53 0.4 0.25
Hex 59 4B 26 0 10 39 41 2C 28 19
Octal 131 113 46 0 20 71 101 54 50 31
Binary 1011001 1001011 100110 0 10000 111001 1000001 101100 101000 11001

Color Harmonies of #594B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B26

Black with #594B26

Text Example


Text Example

White with #594B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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