Html Css Color HEX #59431C Bronze Olive

📋 copy color: '#59431C'

red 89 ◦ green 67 ◦ blue 28

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

Shades of Bronze Olive #59431C

Tints of Bronze Olive #59431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.22%

R = 48.37%
G = 36.41%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59431C (or 0x59431C) is known color: Bronze Olive. HEX triplet: 59, 43 and 1C. RGB value is (89,67,28). Sum of RGB (Red+Green+Blue) = 89+67+28=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59431C is #A6BCE3. Grayscale: #454545. Windows color (decimal): -10927332 or 1852249. OLE color: 1852249.

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

Color convert

RGB 89 67 28 -
CMYK 0 0.25 0.69 0.65
HSL 38.36º 0.52% 0.23% -
HSV(B) 38.36º 0.69% 0.35% -
XYZ 6.34 6.22 1.97 -
YUV 69.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 89 67 28 0 0.25 0.69 0.65 38.36 0.52 0.23
Hex 59 43 1C 0 19 45 41 26 34 17
Octal 131 103 34 0 31 105 101 46 64 27
Binary 1011001 1000011 11100 0 11001 1000101 1000001 100110 110100 10111

Color Harmonies of #59431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59431C

Black with #59431C

Text Example


Text Example

White with #59431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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