#57430B

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

Shades of Bronze Olive #57430B

Tints of Bronze Olive #57430B

Color information

#57430B (or 0x57430B) is unknown color: approx Bronze Olive. HEX triplet: 57, 43 and 0B. RGB value is (87,67,11). Sum of RGB (Red+Green+Blue) = 87+67+11=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57430B is #A8BCF4. Grayscale: #424242. Windows color (decimal): -11058421 or 738135. OLE color: 738135.

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

Color convert

RGB876711-
CMYK00.230.870.66
HSL44.21º77.55%19.22%-
HSV(B)44.21º87.36%34.12%-
XYZ66.061.17-
YUV66.696.63142.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=52.73%
G=40.61%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87671100.230.870.6644.2177.5519.22
Hex5743B01757422c4e13
Octal127103130271271025411623
Binary10101111000011101101011110101111000010101100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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