Html Css Color HEX #59461A Bronze Olive

📋 copy color: '#59461A'

red 89 ◦ green 70 ◦ blue 26

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

Shades of Bronze Olive #59461A

Tints of Bronze Olive #59461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

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

R = 48.11%
G = 37.84%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59461A (or 0x59461A) is known color: Bronze Olive. HEX triplet: 59, 46 and 1A. RGB value is (89,70,26). Sum of RGB (Red+Green+Blue) = 89+70+26=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59461A is #A6B9E5. Grayscale: #464646. Windows color (decimal): -10926566 or 1721945. OLE color: 1721945.

HSL color Cylindrical-coordinate representation of color #59461A: hue angle of 41.9º 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 #59461A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 70 26 -
CMYK 0 0.21 0.71 0.65
HSL 41.9º 0.55% 0.23% -
HSV(B) 41.9º 0.71% 0.35% -
XYZ 6.5 6.58 1.9 -
YUV 70.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 89 70 26 0 0.21 0.71 0.65 41.9 0.55 0.23
Hex 59 46 1A 0 15 47 41 2A 37 17
Octal 131 106 32 0 25 107 101 52 67 27
Binary 1011001 1000110 11010 0 10101 1000111 1000001 101010 110111 10111

Color Harmonies of #59461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59461A

Black with #59461A

Text Example


Text Example

White with #59461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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