Html Css Color HEX #59450C Bronze Olive

📋 copy color: '#59450C'

red 89 ◦ green 69 ◦ blue 12

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

Shades of Bronze Olive #59450C

Tints of Bronze Olive #59450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

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

R = 52.35%
G = 40.59%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59450C (or 0x59450C) is known color: Bronze Olive. HEX triplet: 59, 45 and 0C. RGB value is (89,69,12). Sum of RGB (Red+Green+Blue) = 89+69+12=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59450C is #A6BAF3. Grayscale: #444444. Windows color (decimal): -10926836 or 804185. OLE color: 804185.

HSL color Cylindrical-coordinate representation of color #59450C: hue angle of 44.42º 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 #59450C is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 12 -
CMYK 0 0.22 0.87 0.65
HSL 44.42º 0.76% 0.2% -
HSV(B) 44.42º 0.87% 0.35% -
XYZ 6.31 6.41 1.25 -
YUV 68.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 89 69 12 0 0.22 0.87 0.65 44.42 0.76 0.2
Hex 59 45 C 0 16 57 41 2C 4C 14
Octal 131 105 14 0 26 127 101 54 114 24
Binary 1011001 1000101 1100 0 10110 1010111 1000001 101100 1001100 10100

Color Harmonies of #59450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59450C

Black with #59450C

Text Example


Text Example

White with #59450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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