Html Css Color HEX #594B0D Bronze Olive

📋 copy color: '#594B0D'

red 89 ◦ green 75 ◦ blue 13

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

Shades of Bronze Olive #594B0D

Tints of Bronze Olive #594B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 50.28%
G = 42.37%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#594B0D (or 0x594B0D) is known color: Bronze Olive. HEX triplet: 59, 4B and 0D. RGB value is (89,75,13). Sum of RGB (Red+Green+Blue) = 89+75+13=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #594B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B0D is #A6B4F2. Grayscale: #484848. Windows color (decimal): -10925299 or 871257. OLE color: 871257.

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

Color convert

RGB 89 75 13 -
CMYK 0 0.16 0.85 0.65
HSL 48.95º 0.75% 0.2% -
HSV(B) 48.95º 0.85% 0.35% -
XYZ 6.71 7.19 1.41 -
YUV 72.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 89 75 13 0 0.16 0.85 0.65 48.95 0.75 0.2
Hex 59 4B D 0 10 55 41 31 4B 14
Octal 131 113 15 0 20 125 101 61 113 24
Binary 1011001 1001011 1101 0 10000 1010101 1000001 110001 1001011 10100

Color Harmonies of #594B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B0D

Black with #594B0D

Text Example


Text Example

White with #594B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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