#59430C

Color #59430C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #59430C

Tints of Bronze Olive #59430C

Color information

#59430C (or 0x59430C) is unknown color: approx Bronze Olive. HEX triplet: 59, 43 and 0C. RGB value is (89,67,12). Sum of RGB (Red+Green+Blue) = 89+67+12=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59430C is #A6BCF3. Grayscale: #434343. Windows color (decimal): -10927348 or 803673. OLE color: 803673.

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

Color convert

RGB896712-
CMYK00.250.870.65
HSL42.86º76.24%19.8%-
HSV(B)42.86º86.52%34.9%-
XYZ6.196.161.21-
YUV67.3196.79143.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 12 (5.08% from 255) = 7.14%
R=52.98%
G=39.88%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89671200.250.870.6542.8676.2419.8
Hex5943C01957412b4c14
Octal131103140311271015311424
Binary10110011000011110001100110101111000001101011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59430C;
 }
 .AnyTagClassName
 {
   color: #59430C;
 }
</style>
background-color css

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

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

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

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

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

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