Html Css Color HEX #59440B Bronze Olive

📋 copy color: '#59440B'

red 89 ◦ green 68 ◦ blue 11

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

Shades of Bronze Olive #59440B

Tints of Bronze Olive #59440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.48%

 BLUE value IS 11 (4.69% from 255) = 6.55%

R = 52.98%
G = 40.48%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59440B (or 0x59440B) is known color: Bronze Olive. HEX triplet: 59, 44 and 0B. RGB value is (89,68,11). Sum of RGB (Red+Green+Blue) = 89+68+11=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59440B is #A6BBF4. Grayscale: #444444. Windows color (decimal): -10927093 or 738393. OLE color: 738393.

HSL color Cylindrical-coordinate representation of color #59440B: hue angle of 43.85º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59440B is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 68 11 -
CMYK 0 0.24 0.88 0.65
HSL 43.85º 0.78% 0.2% -
HSV(B) 43.85º 0.88% 0.35% -
XYZ 6.25 6.28 1.2 -
YUV 67.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 89 68 11 0 0.24 0.88 0.65 43.85 0.78 0.2
Hex 59 44 B 0 18 58 41 2C 4E 14
Octal 131 104 13 0 30 130 101 54 116 24
Binary 1011001 1000100 1011 0 11000 1011000 1000001 101100 1001110 10100

Color Harmonies of #59440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59440B

Black with #59440B

Text Example


Text Example

White with #59440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59440B; }

 p { color: rgb(89,68,11); }

 H1.HeaderClassName
 {
   color: #59440B;
 }
 .AnyTagClassName
 {
   color: #59440B;
 }
</style>

background-color css

<style>
 a { background-color: #59440B; }

 a { background-color: rgb(89,68,11); }

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

border-color css

<style>
 span { border-color: #59440B; }

 span { border-color: rgb(89,68,11); }

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