Html Css Color HEX #59451A Bronze Olive

📋 copy color: '#59451A'

red 89 ◦ green 69 ◦ blue 26

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

Shades of Bronze Olive #59451A

Tints of Bronze Olive #59451A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.13%

R = 48.37%
G = 37.5%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59451A (or 0x59451A) is known color: Bronze Olive. HEX triplet: 59, 45 and 1A. RGB value is (89,69,26). Sum of RGB (Red+Green+Blue) = 89+69+26=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59451A is #A6BAE5. Grayscale: #464646. Windows color (decimal): -10926822 or 1721689. OLE color: 1721689.

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

Color convert

RGB 89 69 26 -
CMYK 0 0.22 0.71 0.65
HSL 40.95º 0.55% 0.23% -
HSV(B) 40.95º 0.71% 0.35% -
XYZ 6.43 6.45 1.88 -
YUV 70.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 89 69 26 0 0.22 0.71 0.65 40.95 0.55 0.23
Hex 59 45 1A 0 16 47 41 29 37 17
Octal 131 105 32 0 26 107 101 51 67 27
Binary 1011001 1000101 11010 0 10110 1000111 1000001 101001 110111 10111

Color Harmonies of #59451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59451A

Black with #59451A

Text Example


Text Example

White with #59451A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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