Html Css Color HEX #59450F Bronze Olive

📋 copy color: '#59450F'

red 89 ◦ green 69 ◦ blue 15

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

Shades of Bronze Olive #59450F

Tints of Bronze Olive #59450F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 51.45%
G = 39.88%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59450F (or 0x59450F) is known color: Bronze Olive. HEX triplet: 59, 45 and 0F. RGB value is (89,69,15). Sum of RGB (Red+Green+Blue) = 89+69+15=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59450F is #A6BAF0. Grayscale: #454545. Windows color (decimal): -10926833 or 1000793. OLE color: 1000793.

HSL color Cylindrical-coordinate representation of color #59450F: hue angle of 43.78º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59450F is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 15 -
CMYK 0 0.22 0.83 0.65
HSL 43.78º 0.71% 0.2% -
HSV(B) 43.78º 0.83% 0.35% -
XYZ 6.33 6.41 1.36 -
YUV 68.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 89 69 15 0 0.22 0.83 0.65 43.78 0.71 0.2
Hex 59 45 F 0 16 53 41 2C 47 14
Octal 131 105 17 0 26 123 101 54 107 24
Binary 1011001 1000101 1111 0 10110 1010011 1000001 101100 1000111 10100

Color Harmonies of #59450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59450F

Black with #59450F

Text Example


Text Example

White with #59450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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