Html Css Color HEX #59451C Bronze Olive

📋 copy color: '#59451C'

red 89 ◦ green 69 ◦ blue 28

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

Shades of Bronze Olive #59451C

Tints of Bronze Olive #59451C

RGB

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

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

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

R = 47.85%
G = 37.1%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59451C (or 0x59451C) is known color: Bronze Olive. HEX triplet: 59, 45 and 1C. RGB value is (89,69,28). Sum of RGB (Red+Green+Blue) = 89+69+28=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59451C is #A6BAE3. Grayscale: #464646. Windows color (decimal): -10926820 or 1852761. OLE color: 1852761.

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

Color convert

RGB 89 69 28 -
CMYK 0 0.22 0.69 0.65
HSL 40.33º 0.52% 0.23% -
HSV(B) 40.33º 0.69% 0.35% -
XYZ 6.46 6.46 2.01 -
YUV 70.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 89 69 28 0 0.22 0.69 0.65 40.33 0.52 0.23
Hex 59 45 1C 0 16 45 41 28 34 17
Octal 131 105 34 0 26 105 101 50 64 27
Binary 1011001 1000101 11100 0 10110 1000101 1000001 101000 110100 10111

Color Harmonies of #59451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59451C

Black with #59451C

Text Example


Text Example

White with #59451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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