Html Css Color HEX #59530C Bronze Olive

📋 copy color: '#59530C'

red 89 ◦ green 83 ◦ blue 12

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

Shades of Bronze Olive #59530C

Tints of Bronze Olive #59530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 48.37%
G = 45.11%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59530C (or 0x59530C) is known color: Bronze Olive. HEX triplet: 59, 53 and 0C. RGB value is (89,83,12). Sum of RGB (Red+Green+Blue) = 89+83+12=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59530C is #A6ACF3. Grayscale: #4C4C4C. Windows color (decimal): -10923252 or 807769. OLE color: 807769.

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

Color convert

RGB 89 83 12 -
CMYK 0 0.07 0.87 0.65
HSL 55.32º 0.76% 0.2% -
HSV(B) 55.32º 0.87% 0.35% -
XYZ 7.28 8.34 1.57 -
YUV 76.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 89 83 12 0 0.07 0.87 0.65 55.32 0.76 0.2
Hex 59 53 C 0 7 57 41 37 4C 14
Octal 131 123 14 0 7 127 101 67 114 24
Binary 1011001 1010011 1100 0 111 1010111 1000001 110111 1001100 10100

Color Harmonies of #59530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59530C

Black with #59530C

Text Example


Text Example

White with #59530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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