#57430F

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

Shades of Bronze Olive #57430F

Tints of Bronze Olive #57430F

Color information

#57430F (or 0x57430F) is unknown color: approx Bronze Olive. HEX triplet: 57, 43 and 0F. RGB value is (87,67,15). Sum of RGB (Red+Green+Blue) = 87+67+15=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57430F is #A8BCF0. Grayscale: #434343. Windows color (decimal): -11058417 or 1000279. OLE color: 1000279.

HSL color Cylindrical-coordinate representation of color #57430F: hue angle of 43.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57430F is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB876715-
CMYK00.230.830.66
HSL43.33º70.59%20%-
HSV(B)43.33º82.76%34.12%-
XYZ6.026.081.31-
YUV67.0598.63142.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=51.48%
G=39.64%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87671500.230.830.6643.3370.5920
Hex5743F01753422b4714
Octal127103170271231025310724
Binary10101111000011111101011110100111000010101011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57430F; }

 p { color: rgb(87,67,15); }

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

<style>
 a { background-color: #57430F; }

 a { background-color: rgb(87,67,15); }

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

<style>
 span { border-color: #57430F; }

 span { border-color: rgb(87,67,15); }

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