Html Css Color HEX #594B0B Bronze Olive

📋 copy color: '#594B0B'

red 89 ◦ green 75 ◦ blue 11

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

Shades of Bronze Olive #594B0B

Tints of Bronze Olive #594B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 50.86%
G = 42.86%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#594B0B (or 0x594B0B) is known color: Bronze Olive. HEX triplet: 59, 4B and 0B. RGB value is (89,75,11). Sum of RGB (Red+Green+Blue) = 89+75+11=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #594B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B0B is #A6B4F4. Grayscale: #484848. Windows color (decimal): -10925301 or 740185. OLE color: 740185.

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

Color convert

RGB 89 75 11 -
CMYK 0 0.16 0.88 0.65
HSL 49.23º 0.78% 0.2% -
HSV(B) 49.23º 0.88% 0.35% -
XYZ 6.7 7.18 1.35 -
YUV 71.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 89 75 11 0 0.16 0.88 0.65 49.23 0.78 0.2
Hex 59 4B B 0 10 58 41 31 4E 14
Octal 131 113 13 0 20 130 101 61 116 24
Binary 1011001 1001011 1011 0 10000 1011000 1000001 110001 1001110 10100

Color Harmonies of #594B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B0B

Black with #594B0B

Text Example


Text Example

White with #594B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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