Html Css Color HEX #59420F Bronze Olive

📋 copy color: '#59420F'

red 89 ◦ green 66 ◦ blue 15

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

Shades of Bronze Olive #59420F

Tints of Bronze Olive #59420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 52.35%
G = 38.82%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59420F (or 0x59420F) is known color: Bronze Olive. HEX triplet: 59, 42 and 0F. RGB value is (89,66,15). Sum of RGB (Red+Green+Blue) = 89+66+15=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59420F is #A6BDF0. Grayscale: #434343. Windows color (decimal): -10927601 or 1000025. OLE color: 1000025.

HSL color Cylindrical-coordinate representation of color #59420F: hue angle of 41.35º 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 #59420F is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 15 -
CMYK 0 0.26 0.83 0.65
HSL 41.35º 0.71% 0.2% -
HSV(B) 41.35º 0.83% 0.35% -
XYZ 6.15 6.05 1.3 -
YUV 67.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 89 66 15 0 0.26 0.83 0.65 41.35 0.71 0.2
Hex 59 42 F 0 1A 53 41 29 47 14
Octal 131 102 17 0 32 123 101 51 107 24
Binary 1011001 1000010 1111 0 11010 1010011 1000001 101001 1000111 10100

Color Harmonies of #59420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59420F

Black with #59420F

Text Example


Text Example

White with #59420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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