Html Css Color HEX #59441D Bronze Olive

📋 copy color: '#59441D'

red 89 ◦ green 68 ◦ blue 29

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

Shades of Bronze Olive #59441D

Tints of Bronze Olive #59441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 47.85%
G = 36.56%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59441D (or 0x59441D) is known color: Bronze Olive. HEX triplet: 59, 44 and 1D. RGB value is (89,68,29). Sum of RGB (Red+Green+Blue) = 89+68+29=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59441D is #A6BBE2. Grayscale: #464646. Windows color (decimal): -10927075 or 1918041. OLE color: 1918041.

HSL color Cylindrical-coordinate representation of color #59441D: hue angle of 39º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59441D is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 68 29 -
CMYK 0 0.24 0.67 0.65
HSL 39º 0.51% 0.23% -
HSV(B) 39º 0.67% 0.35% -
XYZ 6.41 6.35 2.05 -
YUV 69.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 89 68 29 0 0.24 0.67 0.65 39 0.51 0.23
Hex 59 44 1D 0 18 43 41 27 33 17
Octal 131 104 35 0 30 103 101 47 63 27
Binary 1011001 1000100 11101 0 11000 1000011 1000001 100111 110011 10111

Color Harmonies of #59441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59441D

Black with #59441D

Text Example


Text Example

White with #59441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59441D; }

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

 H1.HeaderClassName
 {
   color: #59441D;
 }
 .AnyTagClassName
 {
   color: #59441D;
 }
</style>

background-color css

<style>
 a { background-color: #59441D; }

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

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

border-color css

<style>
 span { border-color: #59441D; }

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

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