Html Css Color HEX #59530E Bronze Olive

📋 copy color: '#59530E'

red 89 ◦ green 83 ◦ blue 14

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

Shades of Bronze Olive #59530E

Tints of Bronze Olive #59530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 47.85%
G = 44.62%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59530E (or 0x59530E) is known color: Bronze Olive. HEX triplet: 59, 53 and 0E. RGB value is (89,83,14). Sum of RGB (Red+Green+Blue) = 89+83+14=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59530E is #A6ACF1. Grayscale: #4D4D4D. Windows color (decimal): -10923250 or 938841. OLE color: 938841.

HSL color Cylindrical-coordinate representation of color #59530E: hue angle of 55.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59530E is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 83 14 -
CMYK 0 0.07 0.84 0.65
HSL 55.2º 0.73% 0.2% -
HSV(B) 55.2º 0.84% 0.35% -
XYZ 7.29 8.34 1.64 -
YUV 76.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 89 83 14 0 0.07 0.84 0.65 55.2 0.73 0.2
Hex 59 53 E 0 7 54 41 37 49 14
Octal 131 123 16 0 7 124 101 67 111 24
Binary 1011001 1010011 1110 0 111 1010100 1000001 110111 1001001 10100

Color Harmonies of #59530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59530E

Black with #59530E

Text Example


Text Example

White with #59530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59530E; }

 p { color: rgb(89,83,14); }

 H1.HeaderClassName
 {
   color: #59530E;
 }
 .AnyTagClassName
 {
   color: #59530E;
 }
</style>

background-color css

<style>
 a { background-color: #59530E; }

 a { background-color: rgb(89,83,14); }

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

border-color css

<style>
 span { border-color: #59530E; }

 span { border-color: rgb(89,83,14); }

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