Html Css Color HEX #59431B Bronze Olive

📋 copy color: '#59431B'

red 89 ◦ green 67 ◦ blue 27

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

Shades of Bronze Olive #59431B

Tints of Bronze Olive #59431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 27 (10.94% from 255) = 14.75%

R = 48.63%
G = 36.61%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59431B (or 0x59431B) is known color: Bronze Olive. HEX triplet: 59, 43 and 1B. RGB value is (89,67,27). Sum of RGB (Red+Green+Blue) = 89+67+27=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59431B is #A6BCE4. Grayscale: #454545. Windows color (decimal): -10927333 or 1786713. OLE color: 1786713.

HSL color Cylindrical-coordinate representation of color #59431B: hue angle of 38.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59431B is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 67 27 -
CMYK 0 0.25 0.70 0.65
HSL 38.71º 0.53% 0.23% -
HSV(B) 38.71º 0.7% 0.35% -
XYZ 6.32 6.22 1.9 -
YUV 69.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 89 67 27 0 0.25 0.70 0.65 38.71 0.53 0.23
Hex 59 43 1B 0 19 46 41 27 35 17
Octal 131 103 33 0 31 106 101 47 65 27
Binary 1011001 1000011 11011 0 11001 1000110 1000001 100111 110101 10111

Color Harmonies of #59431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59431B

Black with #59431B

Text Example


Text Example

White with #59431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,67,27); }

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

background-color css

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

 a { background-color: rgb(89,67,27); }

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

border-color css

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

 span { border-color: rgb(89,67,27); }

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