Html Css Color HEX #594B25 Bronze Olive

📋 copy color: '#594B25'

red 89 ◦ green 75 ◦ blue 37

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

Shades of Bronze Olive #594B25

Tints of Bronze Olive #594B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 44.28%
G = 37.31%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#594B25 (or 0x594B25) is known color: Bronze Olive. HEX triplet: 59, 4B and 25. RGB value is (89,75,37). Sum of RGB (Red+Green+Blue) = 89+75+37=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #594B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B25 is #A6B4DA. Grayscale: #4B4B4B. Windows color (decimal): -10925275 or 2444121. OLE color: 2444121.

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

Color convert

RGB 89 75 37 -
CMYK 0 0.16 0.58 0.65
HSL 43.85º 0.41% 0.25% -
HSV(B) 43.85º 0.58% 0.35% -
XYZ 6.97 7.29 2.79 -
YUV 74.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 89 75 37 0 0.16 0.58 0.65 43.85 0.41 0.25
Hex 59 4B 25 0 10 3A 41 2C 29 19
Octal 131 113 45 0 20 72 101 54 51 31
Binary 1011001 1001011 100101 0 10000 111010 1000001 101100 101001 11001

Color Harmonies of #594B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B25

Black with #594B25

Text Example


Text Example

White with #594B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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