Html Css Color HEX #59471C Bronze Olive

📋 copy color: '#59471C'

red 89 ◦ green 71 ◦ blue 28

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

Shades of Bronze Olive #59471C

Tints of Bronze Olive #59471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 47.34%
G = 37.77%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59471C (or 0x59471C) is known color: Bronze Olive. HEX triplet: 59, 47 and 1C. RGB value is (89,71,28). Sum of RGB (Red+Green+Blue) = 89+71+28=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59471C is #A6B8E3. Grayscale: #474747. Windows color (decimal): -10926308 or 1853273. OLE color: 1853273.

HSL color Cylindrical-coordinate representation of color #59471C: hue angle of 42.3º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59471C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 71 28 -
CMYK 0 0.20 0.69 0.65
HSL 42.3º 0.52% 0.23% -
HSV(B) 42.3º 0.69% 0.35% -
XYZ 6.58 6.71 2.05 -
YUV 71.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 89 71 28 0 0.20 0.69 0.65 42.3 0.52 0.23
Hex 59 47 1C 0 14 45 41 2A 34 17
Octal 131 107 34 0 24 105 101 52 64 27
Binary 1011001 1000111 11100 0 10100 1000101 1000001 101010 110100 10111

Color Harmonies of #59471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59471C

Black with #59471C

Text Example


Text Example

White with #59471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,71,28); }

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

background-color css

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

 a { background-color: rgb(89,71,28); }

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

border-color css

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

 span { border-color: rgb(89,71,28); }

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